Skip to main content

Limited ROOT access with SSH Key?

Comments

4 comments

  • dalem
    assuming you are running ssh on port 22 run iptables -A INPUT -s myip -p tcp --dport 22 -j ACCEPT iptables -A INPUT -s myotherip -p tcp --dport 22 -j ACCEPT iptables -A INPUT -p tcp --dport 22 -j DROP then save your iptables rules so it will survive a restart if you are running csf add rules to csfpost.sh csfpre.sh respectively for a non cpanel supported PgSQL you will have to install it manually
    0
  • 000
    cpanel supported PgSQL you will have to install it manually

    THANKS A LOT!! oh, yes!, just you can see I run: yum install postgresql-jdbc.noarch postgresql-jdbc-javadoc.noarch postgresql-pgpool-II.x86_64 postgresql-pgpool-II-devel.x86_64 postgresql-pgpool-II-extensions.x86_64 postgresql-plruby.x86_64 postgresql-plruby-doc.x86_64 postgresql-unit11.x86_64 postgresql-unit11-debuginfo.x86_64 postgresql11.x86_64 postgresql11-contrib.x86_64 postgresql11-debuginfo.x86_64 postgresql11-devel.x86_64 postgresql11-docs.x86_64 postgresql11-libs.x86_64 postgresql11-llvmjit.x86_64 postgresql11-odbc.x86_64 postgresql11-plperl.x86_64 postgresql11-plpython.x86_64 postgresql11-pltcl.x86_64 postgresql11-server.x86_64 postgresql11-tcl.x86_64 postgresql11-test.x86_64 postgresql_anonymizer11.noarch
    but ever I get erros... (my last: --> Processing Dependency: llvm5.0 >= 5.0 for package: postgresql11-llvmjit-11.1-1PGDG.rhel7.x86_64 --> Finished Dependency Resolution Error: Package: postgresql11-llvmjit-11.1-1PGDG.rhel7.x86_64 (pgdg11) Requires: llvm5.0 >= 5.0
    ) by this motive I need give access to unknowed SYS ADMIN... About your kind answer: is possible [avoid change of password] to this SYS ADMIN ?? thanks newlly
    0
  • dalem
    you can get llvm5.0 from the epel repo yum install epel-release you can grant a SYS ADMIN password less accesses by adding the their SSH public key to your /root/.ssh/authorized_keys file or by using the key access in WHM
    0
  • cPanelLauren
    Hello, PostgreSQL past version 9 I've not seen someone able to install manually successfully and cPanel does not support anything but the OS supplied version. Please see the thread here: As well as the documentation here:
    0

Please sign in to leave a comment.