Differences
This shows you the differences between the selected revisions of the page.
2014-02-05 | 2014-03-03 | ||
session url should end with slash (martin) | 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 |