Skip to main content

KVM vs SSH

Comments

3 comments

  • Rhuan
    I can't undertand your problem but I think you want recover ssh access, follow this steps: 1- Login into server using KVM (kvm is a little slowly than ssh). 2- Edit file /etc/ssh/sshd_config and find for "Port" (nano /etc/ssh/sshd_config) and change to a new port you want to use or just comment this file to back for 22 3- If you are using Config&Server Firewall you have to allow incoming connections to ssh port, you can do this editing file /etc/csf/csf.conf (nano /etc/csf/csf.conf) find for TCP_IN= and put the port inside " ". 4- Now you have to restart booth services:
    csf -r service sshd restart
    0
  • keat63
    I have ssh access. (no problem) I was thinking of maybe closing SSH down entirely, (if possible) And then if ever i needed it, I could log in to my admin panel, enable KVM, and operate the terminal from the KVM. It's only a thought
    0
  • cPanelMichael
    Hello :) Typically you should reserve KVM access for situations where SSH is not accessible. The following thread is useful if you want to secure SSH access: SSH Hardening Thank you.
    0

Please sign in to leave a comment.