1
0
Fork 0

Fix ssh-agent

This commit is contained in:
VirtuBox 2019-07-30 11:52:45 +02:00
parent 96a2748fee
commit 0c919a7c88
Signed by: virtubox
GPG Key ID: 22EB296C97BAD476
1 changed files with 0 additions and 1 deletions

View File

@ -448,7 +448,6 @@ _RSYSLOG_UFW() {
}
_START_SSH_AGENT() {
ssh-agent bash
if [ -f ~/.ssh/id_ed25519 ]; then
ssh-add ~/.ssh/id_ed25519
elif [ -f ~/.ssh/id_rsa ]; then