Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scicomp/ssh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ directory (A directory called ``.ssh`` in your user's home directory).

Key type ``ed25519`` makes a private key named ``~/.ssh/id_ed25519``
and public key named ``~/.ssh/id_ed25519.pub``. The private key only
stays on your computer. The public key goes to other comuters.
stays on your computer. The public key goes to other computers.
**Other key types were common in the past, and you may need to change
your filenames in some of the future commands** (for exmaple
``~/.ssh/id_rsa.pub``).
Expand Down