ssh

  1. Spirogg

    Stop logging messages to console (SSH Console) kernel printk

    I was getting a lot of messages like TCP blocked - UDP Blocked in my SSH console ( terminal) Feb 11 04:05:16 server1 kernel: Firewall: UDP_IN Blocked IN=ens18 OUT= MAC=ff:ff:ff:ff:ff:ff:96:60:53:9d:9d:fa:08:00 SRC=23.xx.xx.xx DST=255.255.255.255 LEN=478 TOS=0x00 PREC=0x00 TTL=64 ID=25441 DF...
  2. R

    How can I see in SSH the list of files in /tmp?

    One of my clients was able to enable me to activate the PHP.exif extension and I have noticed that since then in server state the /tmp folder fills up every day. I would like to know why that folder fills up every day, maybe with an SSH command I can see the list of files. Greetings.
  3. Spirogg

    is there a one liner - terminal ssh command to get the expiration date of your hostname SSL Certificate?

    hi, Just wondering how can you check the date of expiration of your hostname SSL certificate? I know it shows for the domains in WHM but not for the Hostname? is there a one liner for this or can this be added as well to WHM in another Colum to show when the cert will expire like auto SSL for...
  4. WebHostPro

    How to update a cPanel license without SSH access or physical access?

    A customer reactivated cPanel on their server but we don't have SSH access to run /usr/local/cpanel/cpkeyclt It's stuck on the Cannot Read License File page. Is there a way to active the license still? Maybe it will do it on it's own after a while?
  5. G

    SSH, mysqldump > gzip timing out

    I'm having what I think is a minor problem, but since my MySQL is held together with bubble gum and prayers I want to make sure that it's minor before I do anything else. When I backup MySQL for my largest account, this is the command I'm running via Putty (SSH): mysqldump --single-transaction...
  6. B

    FTP disabled but still have access via SSH key. Is this the expected behavior?

    I wanted to disable access to FTP using password auth and only have access via an SSH key. I've setup an SSH key for FTP access and disabled local FTP server. This appears to be exactly what I want but it's a bit confusing. I would have thought that disabling FTP would not allow access via SSH...
  7. D

    SSH and sudo with Yubikey

    Hi. Recently, we've configured our servers to require SSH keys and Yubikeys during SSH and password and Yubikey when using sudo. I'm looking for some feedback and experience with this kind of setup. We did it like this: Install pam_yubico from epel-release Configured /etc/pam.d/sshd` to...
  8. V

    SOLVED WHM Root working but SSH Says password invalid

    Hello, I can able to access the WHM Root with a valid password and it works but the same password not working with Root ssh it says Access denied I had checked the wheel groups and the root is under the wheel group
  9. S

    Segmentation fault error while SSH

    Hi, I'm facing an issue of "Segmentation fault" while ssh a server from my cPanel (command line), can anybody help me on this issue. Regards, Sajawal
  10. V

    Grep suspended account list from SSH

    Hello, I need the list of suspended account username as in list from ssh do you have any commands for that
  11. I

    SOLVED CPANEL-38866 - How to exclude multiple domains of multiple cPanel accounts from AutoSSL via SSH

    Hello, Suppose these are my clients' cPanel accounts: domain1.com (www and mail are in SSL/TLS Status option too) domain2.com (www and mail are in SSL/TLS Status option too) domain3.com (www and mail are in SSL/TLS Status option too) domain4.com (www and mail are in SSL/TLS Status option too)...
  12. P

    ACCESO SSH A CUENTAS DE CPANEL

    ENCONTRE COMO DARLE ACCESO SSH A LAS CUENTAS DE CPANEL EN ESTE FORO, MI PREGUNTA ES SI LES OTORGO ESTOS PERMISOS A SUS CUENTAS, TENDRAN LOS PERMISOS DE ROOT, ES DECIR PUEDEN REINICIAR EL SERVIDOR O NAVEGAR ENTRE LAS OTRAS CUETAS? SALUDOS,
  13. 000

    exists some ROWS to set password in SW cPanel? (SSH = ok, WHM = fail)

    hello, I set my password ROOT as:coolR:6/sbin/shutdown now(R is my dad, (Robert) xD) yes, I confirm: my password ROOT is: "coolR:6/sbin/shutdown now" (with space and command restart) Connection from SSH, FTP, WinSSCP as root = OK. My problem is: WHM always = FAIL Who is the problem?, some...
  14. G

    SOLVED Set a default locale for all users when accessing terminal/ssh

    Hi, I have a little problem that might be a locale issue. When I access a file with the nano via terminal and this file has accent, it is not shown. when querying the locale, the following is returned (access via user account): So I set the root account locale to pt_BR.utf8 I would...
  15. T

    How to create a CPanel user with SSH access ?

    Hello, Believe or not, I couldn't find the answer on the docs nor on the forum...:rolleyes: I have hired a technician to migrate my shop to my new VPS. Therefore I need to create him an access on my CPanel for this specific account, with SSH access. How do I do this ? Thanks in advanced.
  16. P

    SOLVED Migração de contas via ssh e sincronização de conta já existente

    Olá, Eu tenho dois servidores e gostaria de sincronizar algumas coisas e quando necessário fazer um backup tudo isso via linha de comando.. Já vi inúmeros posts relacionado a uma ou outra solução, porém como eu vi várias formas não me senti seguro em testar em um servidor em produção, colocarei...
  17. S

    Server up but unreachable via http ssh ftp IPMI KVM provided by IBM, however, I don't have a clue how to use! Willing to pay for help

    Power was out at Texas server for a while, they had some issues, long story short, /var seems to be messed up not loading things like http and ssh. If I try to access any domain on the server I get connection refused. There is a backup drive on board that should have any files that might need to...
  18. J

    Deprecated SSH Crytographic settings QID 38739

    Our security scanner Qualys reported the vulnerability “Deprecated SSH Cryptographic Settings” The scan report provided description of the threat posed by the vulnerability, recommendation for correcting the problem and the result which shows how Qualys verified the vulnerability...
  19. mlopez

    bash: fork: Resource temporarily unavailable - Slowing down server

    Hello, When I try to connect through ssh and became a specific user I get this bash error. I read this thread and tried the solution presented by ispro but when I run the script I get this errors: 1 out of 1 hunk FAILED -- saving rejects to file bashrc.rej 1 out of 1 hunk FAILED -- saving...
  20. suatkocabas

    i cant change sshd_config. ssh direct root logins are permitted.

    when i run security advisor, i cant change /etc/ssh/sshd_config in terminal WHM. i try this code. but i cant save. sed -i '/^PermitRootLogin/s/yes/no/' /etc/ssh/sshd_config or vi /etc/ssh/sshd_config #PermitRootLogin no SSH direct root logins are permitted. Manually edit...