clients:secure_shell
This is an old revision of the document!
Table of Contents
Information
- Various commands for a SSH client
Generate SSH Keys
ssh-keygen -o -a '100' -t 'ed25519'
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'
/srv/www/wiki/data/attic/clients/secure_shell.1474763348.txt.gz · Last modified: by Sean Rhone