2013/10/12 Ole Tange <[email protected]>

>                  An sshlogin is of the form:
>
>                   [sshcommand [options]][username@]hostname
>

It looks like a missing space there. I guess it should be

   [sshcommand [options ]][username@]hostname

example:
  ssh -o UserKnownHostsFile=/dev/null -S [email protected]

or maybe this is easier to read:
  [sshcommand[ options]] [username@]hostname


/hans

Reply via email to