Re: SFTP for Gargoyle?
Posted: Fri Nov 29, 2019 10:41 am
I imagine Cyber Monday will be following hereupon soon in New Zealand as well.ispyisail wrote:Happy Thanksgiving
In New Zealand we don't do thanksgiving but you have given us "Black Friday"
Shops have started going crazy with "Black Friday"
I have taken notes for my advice for next time, you are correct of cause.
Thanks

For what its worth, I ran into some issues I didn't feel like debugging using the SFTP client on Gargoyle and ended up just doing an "scp -r" to get the files and directories I wanted to initiate copying over.
When I attempted to SFTP from server I got this:
root@wrt3200acm:/tmp/usb_mount/e762d75a-01# sftp 192.168.70.150
/usr/bin/ssh: Ignoring unknown configuration option 'ForwardX11 no'
/usr/bin/ssh: Ignoring unknown configuration option 'ForwardAgent no'
/usr/bin/ssh: Ignoring unknown configuration option 'PermitLocalCommand no'
/usr/bin/ssh: Ignoring unknown configuration option 'ClearAllForwardings yes'
/usr/bin/ssh: Ignoring unknown configuration option 'Protocol 2'
WARNING: Ignoring unknown option --
Login for root@192.168.70.150
Password:
Connected to 192.168.70.150.
sftp>
root@wrt3200acm:/tmp/usb_mount/e762d75a-01#
It went from the "Connected...." (after I typed the proper password) directly back to the router prompt (in other words I never had a chance to type anything in at the SFTP prompt), so I gave up and used scp. However, I am wondering why that might be? I suspect it may be the server printing its motd or something that is jamming the SFTP client, have to look into it more.