clients:secure_shell
This is an old revision of the document!
Table of Contents
Information
- Various commands for a SSH client
Generate SSH Keys
FIDO/U2F Key
Manage Keys
Backup
tar -cvzf ~/'Documents/'$(date +%Y-%m-%d)'-'$HOSTNAME'-ssh-keys.tar.gz' -C ~ '.ssh' && ls ~/'Documents/'*'-ssh-keys.tar.gz' && 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
- Change
x
to IP
ssh-copy-id 'espionage724'@'x'
/srv/www/wiki/data/attic/clients/secure_shell.1591942413.txt.gz · Last modified: (external edit)