Re: Coping with screen session and ssh-agent session

2012-10-17 Thread Aleksey Midenkov
Hi, On Wed, Oct 17, 2012 at 8:57 PM, Axel Beckert wrote: >> I will briefly refresh your memory on it. OpenSSH uses >> SSH_AGENT_SOCKET environment variable to connect SSH client and agent to get >> authentication data. The problem is, that SSH_AGENT_SOCKET is different each >> time you connect to

Re: Coping with screen session and ssh-agent session

2012-10-17 Thread Axel Beckert
Hi, On Wed, Oct 17, 2012 at 06:22:30PM +0400, Aleksey Midenkov wrote: > This is well known problem that SSH client cannot connect to SSH-AGENT from > SCREEN session. Yeah, it is. > I will briefly refresh your memory on it. OpenSSH uses > SSH_AGENT_SOCKET environment variable to connect SSH clien

Coping with screen session and ssh-agent session

2012-10-17 Thread Aleksey Midenkov
This is well known problem that SSH client cannot connect to SSH-AGENT from SCREEN session. I will briefly refresh your memory on it. OpenSSH uses SSH_AGENT_SOCKET environment variable to connect SSH client and agent to get authentication data. The problem is, that SSH_AGENT_SOCKET is different eac