We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ef75c commit 58883f3Copy full SHA for 58883f3
1 file changed
.oh-my-shell/shellrc/plugins/ssh/post.sh
@@ -60,7 +60,7 @@ cat <<EOF >$SSH_AGENT_SETUP_SCRIPT
60
# Link ssh-agent socket to normalized paths
61
socket_link="\$HOME/.ssh/agent/env/\$USER_SSH_AGENT_ENV_NAME.socket"
62
ln -s -f "\$SSH_AUTH_SOCK" "\$socket_link"
63
- chmod 600 "$socket_link"
+ chmod 600 "\$socket_link"
64
EOF
65
66
# Create a single ssh-agent instance across all terminal sessions, for each predefined agent
0 commit comments