Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PATTERN_KEYS = r".*" Not finding keys in ~/.ssh #50

Open
vpillinger opened this issue Jun 18, 2018 · 1 comment
Open

PATTERN_KEYS = r".*" Not finding keys in ~/.ssh #50

vpillinger opened this issue Jun 18, 2018 · 1 comment

Comments

@vpillinger
Copy link

I have created a file ~/.ssh-ident that contains the following

PATTERN_KEYS = r".*"

However. This is not finding my keys.

image

@jackm
Copy link

jackm commented Oct 3, 2018

If you did not change the default setting for DIR_IDENTITIES, then ssh-ident will be looking in the directory $HOME/.ssh/identities for any key files. Changing PATTERN_KEYS only changes the file name pattern matching that ssh-ident will use.

Either create the folder $HOME/.ssh/identities and put all of your key files in there, or set DIR_IDENTITIES in the ssh-ident config file as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants