# Remove the temp symlink from previous logins rm -rf /tmp/ssh-agent-sock-screen # Link /tmp/ssh-agent-sock-screen to $SSH_AUTH_SOCK, which should be the socket # for an active, running ssh-agent ln -s $SSH_AUTH_SOCK /tmp/ssh-agent-sock-screen # Include .bashrc, if it exists if [ -f ~/.bashrc ]; then . ~/.bashrc fi