summary refs log tree commit diff stats
path: root/ssh/rc
blob: 7b6da3a8c77e75698a481a80344a5d6ab95451ae (plain)
1
2
3
4
5
#!/bin/sh
if [ "$SSH_AUTH_SOCK" ]
then
    ln -sf $SSH_AUTH_SOCK ~/.ssh/ssh_auth_sock
fi