Remove session linking

This commit is contained in:
Knut Ahlers 2016-12-29 14:33:02 +01:00
parent 6a3e278967
commit 2f02241513
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

10
.ssh/rc
View File

@ -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