[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

This is an old revision of the document!


Pracovni prostredi

screen a ssh-agent:
It's completely contained in your .screenrc,
and produces an ssh-agent tied to screen's life cycle.

setenv SSH_AUTH_SOCK $HOME/.screen-ssh-agent
screen 10 ssh-agent -a $SSH_AUTH_SOCK $SHELL

This creates a screen (number 10) that holds your ssh agent.
ssh download

ssh locke cat <localfile “>” lockefile


[ Back to the navigation ] [ Back to the content ]