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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSH to IPSISession failed

Status
Not open for further replies.

247star

MIS
Nov 28, 2008
14
0
0
US
tim@247RWC8730B> ipsisession -c 33a
ssh service enabled.
Use this password for the ssh session: sHJWVAR0
tim@247RWC8730B> ssh 172.25.10.72
The authenticity of host '172.25.10.72 (172.25.10.72)' can't be established.
DSA key fingerprint is f1:ff:da:6e:07:ff:57:c5:1e:86:ea:9f:5a:12:37:59.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '172.25.10.72' (DSA) to the list of known hosts.
tim@172.25.10.72's password:
Permission denied, please try again.
tim@172.25.10.72's password:
Permission denied, please try again.
tim@172.25.10.72's password:
Permission denied (publickey,password).

I used the generated SSH password (sHJWVAR0) and it failed. What is a publickey? Do I need to enter the publickey,SSH password? I can't telnet to my IPSI, it reported connection time out every try.
 
you need to do this:


ssh init@172.25.10.72

after the "ipsisession -c 33a", you must use "init@", then the password generated will work just fine :)

P.S. This is not widley publicized, I initially had to call AVAYA about this way back when, and they told me about it.

Mitch




AVAYA Certified Specialist
 
I figured this out. I could SSH to ipsi by tricking it that I'm init.

ssh init@172.25.10.75

 
247star, umm, ok, that's what I said in the post after you asked your question :) have a good one, Mitch

AVAYA Certified Specialist
 
ipsisession -p 198.152.255.2 (returns password for ssh init@ipsi-ip_address)
ipsisession -c ipsi-A02b
ipsisession -d -p [IPSI IP address] (to disable)
ipsisession -k (reset the ssh host public key)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top