Created
September 5, 2017 11:51
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ 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