Hello!,
I am having a trouble to ssh access to a Nortel 1140. It asks me the password, but I always received a Permission denied, then a Connection Closed after one try. I have well activated SSH on the phone, but still it closes the access..
Here's the phone information:
---------------------------------------
Firmware: 04.04.14.00
software: SIP1140
Here's what is in the config file:
------------------------------
SSH YES
SSHID root
SSHPW abcd
Here's the SSH result:
-------------------------------
ssh [email protected] -p 22
The authenticity of host '10.132.113.177 (10.132.113.177)' can't be established.
RSA key fingerprint is e8:56:68:72:5d:ba:53:54:f3:b1:4d:8f:91:21:dd:8a.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '10.132.113.177' (RSA) to the list of known hosts.
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Connection closed by 10.132.113.177
Here's a telnel result when I telnet PHONE_IP 22 (making sure protocol is open):
-----------------------------------------------------------------------
telnet 10.132.113.177 22
Trying 10.132.113.177...
Connected to 10.132.113.177.
Escape character is '^]'.
SSH-2.0-Mocana SSH
Connection closed by foreign host.
Do you have any idea what am I doing wrong?
Thank you!
I am having a trouble to ssh access to a Nortel 1140. It asks me the password, but I always received a Permission denied, then a Connection Closed after one try. I have well activated SSH on the phone, but still it closes the access..
Here's the phone information:
---------------------------------------
Firmware: 04.04.14.00
software: SIP1140
Here's what is in the config file:
------------------------------
SSH YES
SSHID root
SSHPW abcd
Here's the SSH result:
-------------------------------
ssh [email protected] -p 22
The authenticity of host '10.132.113.177 (10.132.113.177)' can't be established.
RSA key fingerprint is e8:56:68:72:5d:ba:53:54:f3:b1:4d:8f:91:21:dd:8a.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '10.132.113.177' (RSA) to the list of known hosts.
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Connection closed by 10.132.113.177
Here's a telnel result when I telnet PHONE_IP 22 (making sure protocol is open):
-----------------------------------------------------------------------
telnet 10.132.113.177 22
Trying 10.132.113.177...
Connected to 10.132.113.177.
Escape character is '^]'.
SSH-2.0-Mocana SSH
Connection closed by foreign host.
Do you have any idea what am I doing wrong?
Thank you!
Comment