0
I just set up a Mac to accept SSH connections. It need both a login and user name like this:
ssh admin@192.168.1.100 -l "My login name"
This works fine, but I can't figure out how to do this using sftp. There doesn't seem to be a -login option to the sftp command. Has anyone ever done this?
Yep, worked as you noted, with quotes around the login name. – you786 – 2013-10-03T00:33:23.470