... | @@ -49,6 +49,12 @@ automatically added, for example: |
... | @@ -49,6 +49,12 @@ automatically added, for example: |
|
|
|
|
|
rsync -ctvLP ssh.torproject.org:/etc/ssh/ssh_known_hosts ~/.ssh/known_hosts.torproject.org
|
|
rsync -ctvLP ssh.torproject.org:/etc/ssh/ssh_known_hosts ~/.ssh/known_hosts.torproject.org
|
|
|
|
|
|
|
|
Note: if you would prefer the above file to not contain the shorthand hostname
|
|
|
|
notation (i.e. `alberti` for `alberti.torproject.org`), you can get rid of those
|
|
|
|
with the following command after the file is on your computer:
|
|
|
|
|
|
|
|
sed -i 's/,[^,.: ]\+\([, ]\)/\1/g' .ssh/known_hosts.torproject.org
|
|
|
|
|
|
# Different usernames
|
|
# Different usernames
|
|
|
|
|
|
If your local username is different from your TPO username, also set
|
|
If your local username is different from your TPO username, also set
|
... | | ... | |