On 2007/01/03 16:37, Igor Sobrado wrote: > It is certainly better using the "sftp [EMAIL PROTECTED]" syntax, but > sometimes > I miss the "user@" part on the command line when the login name on the > remote system is different to the one I am using locally.
How about this instead? $ cat >> ~/.ssh/config << EOF Host blah.blah.blah User somebody EOF