mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 00:00:13 -08:00
added ssh-agent
This commit is contained in:
@@ -169,3 +169,8 @@ if command -v fabric &> /dev/null; then
|
||||
fabric -y "$video_link" $transcript_flag
|
||||
}
|
||||
fi
|
||||
|
||||
if [ -z "$SSH_AUTH_SOCK" ]; then
|
||||
eval "$(ssh-agent -s)"
|
||||
ssh-add ~/.ssh/id_rsa
|
||||
fi
|
||||
Reference in New Issue
Block a user