forked from toolshed/docs.coopcloud.tech
		
	fix: mention ssh authetication agent in abra trouble
This commit is contained in:
		@ -20,6 +20,12 @@ Host example.com
 | 
			
		||||
  IdentityFile ~/.ssh/example@somewhere
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
and your IdentityFile should be added to the authentication agent:
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
ssh-add ~/.ssh/example@somewhere
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## "abra server ls" shows the wrong details?
 | 
			
		||||
 | 
			
		||||
You can use `abra server rm` to remove the incorrect details. Make sure to take a backup of your `~/.abra/servers/<domain>` first. You can then try to re-create by using `abra server add ...` again.
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user