User Tools

Site Tools


clients:secure_shell

This is an old revision of the document!


Information

  • Various commands for a SSH client

Generate SSH Keys

FIDO/U2F Key

ssh-keygen -t ecdsa-sk

Manage Keys

Backup

cd ~ && tar -cvzf ~/'Documents/'$HOSTNAME'-ssh-keys.tar.gz' '.ssh' && sync

Restore

cd ~ && rm -rf ~/'.ssh' && tar -xvzf ~/'Documents/'$HOSTNAME'-ssh-keys.tar.gz' '.ssh' && rm ~/'Documents/'$HOSTNAME'-ssh-keys.tar.gz' && sync

Send Public Key to Server

ssh-copy-id 'espionage724@192.168.1.152'
/var/www/wiki/data/attic/clients/secure_shell.1591941800.txt.gz · Last modified: 2020/06/12 02:03 by Sean Rhone