User Tools

Site Tools


sandbox:windows10-wls-ssh-agent
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


sandbox:windows10-wls-ssh-agent [2019/10/23 22:36] (current) – created dreiggy
Line 1: Line 1:
 +====== Use an ssh-agent in WSL with your ssh setup from windows 10 ======
  
 +To enable ssh-agent work on multiple wls tabs, install ''keychain'':
 +<code bash>
 +sudo apt install keychain
 +</code>
 +
 +Next add to the end of ''~/.bashrc'':
 +<code bash>
 +/usr/bin/keychain --nogui $HOME/.ssh/id_rsa
 +source $HOME/.keychain/$HOSTNAME-sh
 +</code>
sandbox/windows10-wls-ssh-agent.txt · Last modified: 2019/10/23 22:36 by dreiggy

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki