Kart Git And TUFLOW: Difference between revisions

Content deleted Content added
Line 29:
eval "$(ssh-agent -s)"
</pre>
and then (replacing <tt>id_ed25519</tt> with the name of your key).
and then
<pre>
ssh-add ~/.ssh/id_ed25519
</pre>
replacing <tt>id_ed25519</tt> with the name of your key. To add have it so it will save it even after a restart, you can add the key to the keychain by adding -k
<pre>
ssh-add -k ~/.ssh/id_ed25519