tools:ssh
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:ssh [2025/09/09 21:35] – Humphrey Boa-Gart | tools:ssh [2025/09/30 22:44] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 13: | Line 13: | ||
===== Implementations ===== | ===== Implementations ===== | ||
- | ==== Linux ==== | + | ==== Linux, BSD & MacOS ==== |
- | Most Linux distros come with [[https:// | + | MacOS and most *nix distros come with [[https:// |
$ ssh username@domain.com | $ ssh username@domain.com | ||
Line 85: | Line 85: | ||
===== Other Key Uses ==== | ===== Other Key Uses ==== | ||
- | The same key pairs generated by '' | + | The same key pairs generated by '' |
+ | |||
+ | Some services might not support ed25519-based keys. To generate a more widely-compatible | ||
$ ssh-keygen -t rsa -b 4096 -C " | $ ssh-keygen -t rsa -b 4096 -C " | ||
- | | + | |
+ | |||
+ | ===== File Transfer over SSH ===== | ||
+ | |||
+ | You can also use SSH to securely transfer files between machines, using the built-in '' | ||
+ | |||
+ | |||
+ | ===== Running SSH Servers ===== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | Make sure to install and configure [[tools: | ||
{{tag> | {{tag> |
tools/ssh.1757453751.txt.gz · Last modified: (external edit)
Find this page online at: https://bestpoint.institute/tools/ssh
Find this page online at: https://bestpoint.institute/tools/ssh