SSH
Author
fabricegeib
Date Published
How to connect to your devices and server
1ssh-keygen -t ed25519 -C "fabricegeib@computer"2~/.ssh/id_ed255193ssh-copy-id -i ~/.ssh/id_ed25519.pub fabricegeib@server
create ssh key
1sudo systemctl status sshd2sudo systemctl status ssh3
verifify status
authorized_keys
1ssh-ed25519 <YourPublicKey> fabricegeib@device12ssh-ed25519 <YourPublicKey> fabricegeib@device2
Keys authorized on this device