Skip to content

ssh.1 Fix -i (mention .pub files if key in agent) #215

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

Closed
wants to merge 1 commit into from
Closed

ssh.1 Fix -i (mention .pub files if key in agent) #215

wants to merge 1 commit into from

Conversation

rafork
Copy link

@rafork rafork commented Nov 17, 2020

The -i option section in ssh.1 is incomplete. It states that the -i option argument is the private key file. This is one of two possibilities. If the private key only exists in ssh-agent, and not locally on disk, then the -i option argument needs to be the corresponding public key file instead. The reader is given no clue that this is a possibility. This commit adds a short sentence to make this clear.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
The -i option section in ssh.1 is incomplete. It states that the -i option argument is the private key file. This is one of two possibilities. If the private key only exists in ssh-agent, and not locally on disk, then the -i option argument needs to be the corresponding public key file instead. The reader is given no clue that this is a possibility. This commit adds a short sentence to make this clear.
@daztucker
Copy link
Contributor

A variant of this was committed upstream (2282e83b0ff78d2efbe705883b67240745fa5bb2). Thanks.

@daztucker daztucker closed this Sep 3, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants