ssh-ident
ssh-ident copied to clipboard
Different agents and different keys for different projects, with ssh.
I'm trying to figure out how to use `ssh-ident` on a machine where the agent comes in via forwarding. My dotfiles add a `~/.bin/ssh` alias to a submodule checkout of...
I would like giving my keys a lifetime by adding something along the lines of: `SSH_ADD_DEFAULT_OPTIONS = "-t 1800"` but that would mean that I need to input my passphrase...
Related to #65 [Python 2.7 does not support shutil.which](https://docs.python.org/2.7/library/shutil.html). This was only introduced in [Python 3.3](https://docs.python.org/3/library/shutil.html#shutil.which)
This is a much smaller commit which I believe accomplishes the same goal as #31 and resolves #18. In keeping with the goal of making `ssh-ident` behave as closely as...
This project is heading in a good direction, but I'm not entirely happy with the ways the identity is selected. I'd like to be able to issue a command to...
Hi, can we put the config file into ~/.config/ssh-ident/config , support xdg specification?
Hi. I had an intent to use your script on Windows inside a Git-bash session (which is an msys2 bash session under the hood). I changed your script's shebang to...
As mentioned in issue #18, if a user sets `SSH_ASKPASS`, it is silently ignored and the user is prompted for the passphrase in the terminal. In order to fix this...
HI, When using ssh-ident to wrap ssh, if call as `ssh` or `ssh -o xxx` without a host, we could mean to detect some feature of ssh or see the...
When running ssh-ident for the first time, a KeyError exception was thrown before the password prompt. The first time and subsequent times, a 'communication with agent failed' message was generated...