diff --git a/docroot/posts/2019-07-17.01/article.pag b/docroot/posts/2019-07-17.01/article.pag index 778004e..46c11e2 100644 --- a/docroot/posts/2019-07-17.01/article.pag +++ b/docroot/posts/2019-07-17.01/article.pag @@ -26,20 +26,20 @@ Not to forget it again I will summarize it here.
  1. Create a file ~/.screenrc and put -
    +
    
     setenv SSH_AUTH_SOCK $HOME/.ssh/SSH_AUTH_SOCK
    -
    +
    into it. If you are using bash, don't be tempted to write export instead of setenv, it won't work.
  2. Create a file ~/.ssh/rc and put -
    +
    
     if test "$SSH_AUTH_SOCK" ; then
         ln -sf $SSH_AUTH_SOCK ~/.ssh/ssh_auth_sock
     fi
    -
    +
    into it.