Re: [Ssh-sftp-perl-users] Problem with using the passwd command
Brought to you by:
dbrobins
From: Heinrich, M. <Mat...@sa...> - 2006-11-28 23:08:14
|
This looks more like an error coming from the remote OS, as this does not appear to be a standard SSH message. If the passwd utility works when you are on a normal SSH session, then perhaps there is something wrong with the way data is being transmitted across the channel ________________________________ From: ssh...@li... [mailto:ssh...@li...] On Behalf Of Nielsen, Jens W. Sent: Tuesday, November 28, 2006 4:55 PM To: ssh...@li... Subject: [Ssh-sftp-perl-users] Problem with using the passwd command I have been using the remoteinteract2.pl example to try to change the password remotely. However, I keep getting a "Unexpected failure. Password file/table unchanged." Message when I try this. Below is the printout (with the response from the command listed). Any ideas what may be causing this? pstrain: Sending command: passwd pstrain: Requesting service exec on channel 3. pstrain: channel 3: open confirm rwindow 0 rmax 32768 pstrain: channel 3: rcvd eof pstrain: channel 3: output open -> drain pstrain: input_channel_request: rtype exit-status reply 0 pstrain: channel 3: rcvd close pstrain: channel 3: input open -> closed pstrain: channel 3: close_read Response: Unexpected failure. Password file/table unchanged. =20 pstrain: channel 3: obuf empty pstrain: channel 3: output drain -> closed pstrain: channel 3: close_write pstrain: channel 3: send close pstrain: channel 3: full closed |