Skip to content

Instantly share code, notes, and snippets.

@tetsuyainfra
Created September 5, 2017 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tetsuyainfra/f8c633212223de334f024de025dceb94 to your computer and use it in GitHub Desktop.
Save tetsuyainfra/f8c633212223de334f024de025dceb94 to your computer and use it in GitHub Desktop.
KeeAgent(KeePass) + ssh.exe(start-ssh-pageant.cmd)の覚書 ref: http://qiita.com/tetsuyainfra/items/715deba28ec4ef353af6
λ set SSH_AUTH_SOCK=/tmp/.ssh-pageant-username
λ start-ssh-pageant.cmd
# 起動してる!
λ ps
PID PPID PGID WINPID TTY UID STIME COMMAND
9196 1 9196 9196 ? 197609 20:37:02 /usr/bin/ssh-pageant
# 実行 or キーの確認
λ ssh hogehoge -vvv
or
λ ssh-add -L
λ git --version
git version 2.10.2.windows.1
λ ssh -V
OpenSSH_7.3p1, OpenSSL 1.0.2j 26 Sep 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment