Differences
This shows you the differences between the selected revisions of the page.
| 2011-11-24 | 2011-11-24 | ||
| explicit protocol and hostkey in the example (martin) | explicit protocol and hostkey in the example 2 (martin) | ||
| Line 107: | Line 107: | ||
| # open sftp://user:password@example.com -hostkey="ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | # open sftp://user:password@example.com -hostkey="ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | ||
| # Connect | # Connect | ||
| - | open user@example.com | + | open sftp://user@example.com -hostkey="ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" |
| # Change remote directory | # Change remote directory | ||
| cd /home/user | cd /home/user | ||