Differences
This shows you the differences between the selected revisions of the page.
2014-02-11 | 2014-03-03 | ||
Restored revision 1391595597. Undoing revision 1392129956. (martin) (hidden) | key size should be 2048 bit at least nowadays (martin) | ||
Line 126: | Line 126: | ||
option confirm off | option confirm off | ||
# Connect using a password | # Connect using a password | ||
- | # 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 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" |
# Connect | # Connect | ||
- | 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" | + | open sftp://user@example.com/ -hostkey="ssh-rsa 2048 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 |