Discussion:
ssh_init: cannot assign address using PSCP
(too old to reply)
aniketshah79
2008-05-06 12:47:22 UTC
Permalink
We are using PSCP to transfer files from windows desktop to Linux
server using SSH2 and private keys. We use command as

pscp -v -i "pvt.ppk" <linuxid>@<linuxserver>:/data/nohup.out C:\

It fails at the initial stage with error

ssh_init: Network error: Cannot assign requested address
s***@gmail.com
2008-06-06 01:51:58 UTC
Permalink
Hi Aniket,

Were you able to find out the cause for this problem, if so pls let me
know, even im facing the same issue.

Thanks,
Saravanan
Post by aniketshah79
We are using PSCP to transfer files from windows desktop to Linux
server using SSH2 and private keys. We use command as
It fails at the initial stage with error
ssh_init: Network error: Cannot assign requested address
e***@gmail.com
2012-08-06 12:42:37 UTC
Permalink
Post by s***@gmail.com
Hi Aniket,
Were you able to find out the cause for this problem, if so pls let me
know, even im facing the same issue.
Thanks,
Saravanan
Post by aniketshah79
We are using PSCP to transfer files from windows desktop to Linux
server using SSH2 and private keys. We use command as
It fails at the initial stage with error
ssh_init: Network error: Cannot assign requested address
You might be running this command on 64 Bit machine. While PSCP binaries are for Intel 32 Bit.
Please try on 32 bit machine.
Owen Dunn
2012-08-06 15:40:33 UTC
Permalink
Post by e***@gmail.com
You might be running this command on 64 Bit machine. While PSCP
binaries are for Intel 32 Bit.
pscp (and indeed the rest of the PuTTY binaries) work fine on 64-bit
Windows.

(S)

Loading...