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

ssh problem

Status
Not open for further replies.

pemo

Technical User
Jul 9, 2003
1
DE
Hi !
ssh root@host works well.
ssh pemo@host fails after prompting for the password with the following message:

Connection to host closed by remote host.
Connection to host closed.

ssh -v pemo@host -ip returns:

...
pemo@dhp011's password:
debug1: packet_send2: adding 64 (len 57 padlen 7 extra_pad 64)
debug1: ssh-userauth2 successful: method password
debug1: channel 0: new [client-session]
debug1: send channel open 0
debug1: Entering interactive session.
debug1: ssh_session2_setup: id 0
debug1: channel request 0: shell
debug1: channel 0: open confirm rwindow 0 rmax 32768
debug1: channel_free: channel 0: client-session, nchannels 1
Connection to dhp011 closed by remote host.
Connection to dhp011 closed.
debug1: Transferred: stdin 0, stdout 0, stderr 75 bytes in 0.0 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 7746.4
debug1: Exit status -1

Where is my problem ?

Thx in advance...

Peter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top