docs(readme): update
This commit is contained in:
		
							parent
							
								
									51b83ba474
								
							
						
					
					
						commit
						e4a881008d
					
				
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
								
							| @ -85,13 +85,13 @@ Make sure to follow the below steps while creating SSH Keys and using them. | |||||||
| The best practice is create the SSH Keys on local machine not remote machine. | The best practice is create the SSH Keys on local machine not remote machine. | ||||||
| Login with username specified in Github Secrets. Generate a RSA Key-Pair: | Login with username specified in Github Secrets. Generate a RSA Key-Pair: | ||||||
| 
 | 
 | ||||||
| rsa | ### Generate rsa key | ||||||
| 
 | 
 | ||||||
| ```bash | ```bash | ||||||
| ssh-keygen -t rsa -b 4096 -C "your_email@example.com" | ssh-keygen -t rsa -b 4096 -C "your_email@example.com" | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| ed25519 | ### Generate ed25519 key | ||||||
| 
 | 
 | ||||||
| ```bash | ```bash | ||||||
| ssh-keygen -t ed25519 -a 200 -C "your_email@example.com" | ssh-keygen -t ed25519 -a 200 -C "your_email@example.com" | ||||||
| @ -99,13 +99,13 @@ ssh-keygen -t ed25519 -a 200 -C "your_email@example.com" | |||||||
| 
 | 
 | ||||||
| Add newly generated key into Authorized keys. Read more about authorized keys [here](https://www.ssh.com/ssh/authorized_keys/). | Add newly generated key into Authorized keys. Read more about authorized keys [here](https://www.ssh.com/ssh/authorized_keys/). | ||||||
| 
 | 
 | ||||||
| rsa | ### Add rsa key into Authorized keys | ||||||
| 
 | 
 | ||||||
| ```bash | ```bash | ||||||
| cat .ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys' | cat .ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys' | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| ed25519 | ### Add ed25519 key into Authorized keys | ||||||
| 
 | 
 | ||||||
| ```bash | ```bash | ||||||
| cat .ssh/id_ed25519.pub | ssh b@B 'cat >> .ssh/authorized_keys' | cat .ssh/id_ed25519.pub | ssh b@B 'cat >> .ssh/authorized_keys' | ||||||
| @ -113,13 +113,13 @@ cat .ssh/id_ed25519.pub | ssh b@B 'cat >> .ssh/authorized_keys' | |||||||
| 
 | 
 | ||||||
| Copy Private Key content and paste in Github Secrets. | Copy Private Key content and paste in Github Secrets. | ||||||
| 
 | 
 | ||||||
| rsa | ### Copy rsa Private key | ||||||
| 
 | 
 | ||||||
| ```bash | ```bash | ||||||
| clip < ~/.ssh/id_rsa | clip < ~/.ssh/id_rsa | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| ed25519 | ### Copy ed25519 Private key | ||||||
| 
 | 
 | ||||||
| ```bash | ```bash | ||||||
| clip < ~/.ssh/id_ed25519 | clip < ~/.ssh/id_ed25519 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Bo-Yi Wu
						Bo-Yi Wu