Hi,
I am setting up outgoing proxied sftp using ~/.ssh/config:
Host sandbox
User fletch@abc.edu
ProxyCommand ssh -q proxy-01 nc sandbox.xyz.com 22
sftp attempts error out due to incorrect username
I verified direct sftp from the proxy works:
proxy-01 ~]$ sftp fletch@abc.edu@sandbox.xyz.com
Connecting to sandbox.xyz.com...
Welcome to sandbox.xyz.cxom
sftp>
any pointers to get the user name passed ?
thanks!
