|
I am trying to get a file from a Linux box(XXX) which is in private network from another Linux box(YYY) whixh is in public netwrok using Putty generate public private keys. using command:
I keep getting the error.
Please let me know what is the issue |
|
There is an easier method for retrieving files from a Linux box in a private network - Rebex SFTP component supports tunneling through SSH servers:
Please give this a try, it looks like an easier solution to what you are tryig to do. |
Are you able to execute "ssh -N -L 8022:XXX:22 -f YYY" when connected through a terminal? At the moment, it's hard to distinguish which error come from what command or application.