forked from toolshed/abra
		
	docs: explain docker context also
This commit is contained in:
		@ -280,6 +280,12 @@ Here are a few tips for debugging your local SSH config. Abra uses plain 'ol
 | 
				
			|||||||
SSH to make connections to servers, so if your SSH config is working, Abra is
 | 
					SSH to make connections to servers, so if your SSH config is working, Abra is
 | 
				
			||||||
working.
 | 
					working.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					In the first place, Abra will always try to read your Docker context connection
 | 
				
			||||||
 | 
					string for SSH connection details. You can view your server context configs
 | 
				
			||||||
 | 
					with the following command. Are they correct?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    abra server ls
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Is your ssh-agent running? You can start it by running the following command:
 | 
					Is your ssh-agent running? You can start it by running the following command:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    eval "$(ssh-agent)"
 | 
					    eval "$(ssh-agent)"
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user