365 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			365 B
		
	
	
	
	
	
	
	
up::terminal commandes, ssh
title:: "cd ~/.ssh", "ssh-keygen -o", "cat ~/.ssh/id_rsa.pub"
#s/informatique
Getting the keys
- Private : 
cat ~/.ssh/id_rsa(sometimesid_dsa) - Public : 
cat -/.ssh/id_rsa.pub(sometimesid_dsa.pub) 
Generating a pair of keys
- in the 
~/.sshdirectory - using the 
ssh-keygen -ocommand