Remove session linking
This commit is contained in:
parent
6a3e278967
commit
2f02241513
1 changed files with 0 additions and 10 deletions
10
.ssh/rc
10
.ssh/rc
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# http://techblog.appnexus.com/2011/managing-ssh-sockets-in-gnu-screen/
|
||||
# https://gist.github.com/martijnvermaat/8070533
|
||||
# http://stackoverflow.com/questions/21378569/how-to-auto-update-ssh-agent-environment-variables-when-attaching-to-existing-tm
|
||||
|
||||
# Fix SSH auth socket location so agent forwarding works with screen.
|
||||
if test "$SSH_AUTH_SOCK" ; then
|
||||
ln -sf $SSH_AUTH_SOCK ~/.ssh/ssh_auth_sock
|
||||
fi
|
Loading…
Reference in a new issue