User Tools

Site Tools


clients:secure_shell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
clients:secure_shell [2016/09/24 20:29] Sean Rhoneclients:secure_shell [2024/08/13 17:57] (current) – removed Sean Rhone
Line 1: Line 1:
-====== 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