codex
Search…
codex
Introduction
Meta
Ansible
Ascii
AWS
CLI
Coffee
Docker
Future
Github
Hacking Humans
Infrastructure
iOS
Keyboards
Knowlege
macOS
minimalism
Plants
Plex
PowerShell
Privacy
Remote
SSH
SQL
Unix
Virtual Machines
Wallpapers
Watchlist
Windows
Powered By
GitBook
SSH
firewall rules and restrictions
ssh keygen
1
ssh-keygen -t
[
rsa/ecdsa/ed25519
]
Copied!
^If using ecdsa set -b (bytes) to 521. For RSA keys set -b to 4096.
adding keys to macos keychain
This needs to be repeated after
some
upgrades
1
ssh-add --apple-use-keychain ~/.ssh/
[
keyfile
]
Copied!
Copying keys to a remote host
1
ssh-copy-id
[email protected]
Copied!
To copy a specific file:
1
ssh-copy-id -i ~/.ssh/
[
keyfile
]
[email protected]
Copied!
Previous
Remote
Next
SQL
Last modified
3mo ago
Copy link
Contents
firewall rules and restrictions
ssh keygen
adding keys to macos keychain
Copying keys to a remote host