Remove includes/bash_ssh.bash
The automatic SSH agent functionality did not work correctly. Therefore, it is removed. Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
		| @@ -1,11 +0,0 @@ | ||||
| #!/bin/bash | ||||
| [ -f "$HOME/.ssh/*.key" ] || return; | ||||
|  | ||||
| if [ -z "$SSH_AUTH_SOCK" ] ; then | ||||
|     eval `ssh-agent -s` | ||||
| fi | ||||
|  | ||||
| for key in $HOME/.ssh/*.key; do | ||||
|     ssh-add $key | ||||
| done; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jacob Kiers
					Jacob Kiers