Displaying 1 result from an estimated 1 matches for "ngxgtm".
2016 Apr 17
6
[Bug 2564] New: ssh_config AddKeysToAgent doesn't set key name/path
...ded automatically by having the option
AddKeysToAgent enabled the name/path to the key is not included.
This contrasts with keys added manually via ssh-add which include this
information. So when using "ssh-add -l" the following is seen:
2048 SHA256:aF4h47lpohn7aXTMtlWFMfEXWtT7zN1CMh2M/NGXgTM (RSA)
2048 SHA256:ihNn8ml5z5rLXULYnXibgBSSZ7PiHVXzgCQywXqGi6I .ssh/test
(RSA)
The first line was added automatically by use of AddKeysToAgent. The
second was added by calling "ssh-add .ssh/test".
The missing information could come from the "IdentityFile" in
ssh_config or th...