fix code
This commit is contained in:
@ -26,20 +26,20 @@ Not to forget it again I will summarize it here.
|
|||||||
<ol>
|
<ol>
|
||||||
<li>Create a file <tt>~/.screenrc</tt> and put
|
<li>Create a file <tt>~/.screenrc</tt> and put
|
||||||
|
|
||||||
<pre>
|
<pre><code class="shell">
|
||||||
setenv SSH_AUTH_SOCK $HOME/.ssh/SSH_AUTH_SOCK
|
setenv SSH_AUTH_SOCK $HOME/.ssh/SSH_AUTH_SOCK
|
||||||
</pre>
|
</code></pre>
|
||||||
|
|
||||||
into it. If you are using bash, don't be tempted to write <tt>export</tt> instead of <tt>setenv</tt>, it won't work.
|
into it. If you are using bash, don't be tempted to write <tt>export</tt> instead of <tt>setenv</tt>, it won't work.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Create a file <tt>~/.ssh/rc</tt> and put
|
Create a file <tt>~/.ssh/rc</tt> and put
|
||||||
|
|
||||||
<pre>
|
<pre><code class="shell">
|
||||||
if test "$SSH_AUTH_SOCK" ; then
|
if test "$SSH_AUTH_SOCK" ; then
|
||||||
ln -sf $SSH_AUTH_SOCK ~/.ssh/ssh_auth_sock
|
ln -sf $SSH_AUTH_SOCK ~/.ssh/ssh_auth_sock
|
||||||
fi
|
fi
|
||||||
</pre>
|
</code></pre>
|
||||||
|
|
||||||
into it.
|
into it.
|
||||||
</li>
|
</li>
|
||||||
|
Reference in New Issue
Block a user