Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Session manager 7 SSH issue

Status
Not open for further replies.

avaya beginner

Technical User
May 30, 2018
11
TN
I have installed new avaya SM7 virtual environment but can't SSH it.
I can ping it but SSH is refused.
any suggestion?

thank you
 
Make sure you're SSH'ng to the Management IP and not the sm-100
 
what are you SSH'ing from? Putty? Another Linux server?

You can:
ssh user@1.2.3.4
ssh -v user@1.2.3.4
ssh -vv user@1.2.3.4
ssh -vvv user@1.2.3.4

Each will show progressively more verbose details about what's happening and why you might be getting refused. SM7 does use newer ciphers for SSH and it tries to be secure and drops older ciphers, so older versions of putty won't work.

For example, if I go in my AAM/MSS at 6.3 and try SSH'ing to SM7, I get this:

admin@mss> ssh user@1.2.3.4
no matching mac found: client hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 server hmac-sha2-512,hmac-sha2-256
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top