Skip to content

Scripts and explanation to use Keepass and Keeagent in the Ubuntu include in Windows 10

Notifications You must be signed in to change notification settings

dcuenot/config-keepass-ubuntu-win-10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Configure Keepass to work on Ubuntu in Windows 10

  • Setup KeeAgent in KeePass

  • In Options

    • Choose Agent Mode => Agent
    • Check "Create msysGit compatible socket file" and choose a path. In my case, I put : C:\tmp\ssh2
  • On Ubuntu, add msysgit2unix-socket-exit.sh and msysgit2unix-socket.py in your home folder

  • In your ~/.bashrc add those lines at the end :

export SSH_AUTH_SOCK="/tmp/.ssh-auth-sock"
if [ -s /mnt/c/tmp/ssh2 ]; then
  ~/msysgit2unix-socket.py /mnt/c/tmp/ssh2:$SSH_AUTH_SOCK
  trap "~/msysgit2unix-socket-exit.sh $$" EXIT
fi
  • Restart your Ubuntu, and in the /tmp folder, you should see a file: .ssh-auth-sock

About

Scripts and explanation to use Keepass and Keeagent in the Ubuntu include in Windows 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published