Hi,
I'm trying to access WHM via my Linux terminal. I've tried to follow the instructions in the documentation section, but to no avail.
In the command prompt I enter the following:
ssh -v -p 2087 root@[ip.address]
With the following result:
OpenSSH_6.1p1 Debian-4, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to <ip.address> [<ip.address>] port 2087.
debug1: Connection established.
debug1: identity file /home/alan/.ssh/id_rsa type -1
debug1: identity file /home/alan/.ssh/id_rsa-cert type -1
debug1: identity file /home/alan/.ssh/id_dsa type 2
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: identity file /home/alan/.ssh/id_dsa-cert type -1
debug1: identity file /home/alan/.ssh/id_ecdsa type -1
debug1: identity file /home/alan/.ssh/id_ecdsa-cert type -1
ssh_exchange_identification: Connection closed by remote host
I've tried generating ssh keys in WHM and in my local Linux computer. Importing the public key from my computer to WHM does not work; importing the public key from WHM to my computer doesn't either. Rather frustraing.
Any help with this will be greatly appreciated!
I'm trying to access WHM via my Linux terminal. I've tried to follow the instructions in the documentation section, but to no avail.
In the command prompt I enter the following:
ssh -v -p 2087 root@[ip.address]
With the following result:
OpenSSH_6.1p1 Debian-4, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to <ip.address> [<ip.address>] port 2087.
debug1: Connection established.
debug1: identity file /home/alan/.ssh/id_rsa type -1
debug1: identity file /home/alan/.ssh/id_rsa-cert type -1
debug1: identity file /home/alan/.ssh/id_dsa type 2
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: identity file /home/alan/.ssh/id_dsa-cert type -1
debug1: identity file /home/alan/.ssh/id_ecdsa type -1
debug1: identity file /home/alan/.ssh/id_ecdsa-cert type -1
ssh_exchange_identification: Connection closed by remote host
I've tried generating ssh keys in WHM and in my local Linux computer. Importing the public key from my computer to WHM does not work; importing the public key from WHM to my computer doesn't either. Rather frustraing.
Any help with this will be greatly appreciated!