Fabrice Geib

SSH

Author

fabricegeib

Date Published

How to connect to your devices and server

1ssh-keygen -t ed25519 -C "fabricegeib@computer"
2~/.ssh/id_ed25519
3ssh-copy-id -i ~/.ssh/id_ed25519.pub fabricegeib@server

create ssh key


1sudo systemctl status sshd
2sudo systemctl status ssh
3

verifify status


authorized_keys
1ssh-ed25519 <YourPublicKey> fabricegeib@device1
2ssh-ed25519 <YourPublicKey> fabricegeib@device2

Keys authorized on this device