rsync troubles and updates

This commit is contained in:
2021-12-19 17:22:50 +00:00
parent bbeb02e1cc
commit f826f7a946
3 changed files with 17 additions and 5 deletions

View File

@@ -97,8 +97,11 @@ give at <a href="https://www.ssh.com/academy/ssh/agent">www.ssh.com/academy/ssh/
and if the process is not running, start it like this
<code>
<font color="darkred">$</font> eval `ssh-agent`
<font color="darkred">$</font> ssh-add ~/.ssh/<b>id_rsa_wsl</b>
<font color="darkred">$</font> ssh-add -l
</code>
Check that the key is loaded by running <var>ssh-add -l</var> and then test that you can login again.
<var>ssh-add -l</var> checks that the key is loaded and the process is running. Now try to login again
with <var>ssh expo@expo.survex.com</var>.
<br><br></li>
</ol>