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

Backport: Implements RFD-0022 - OpenSSH-compatible Agent Forwarding (#6525) #6773

Merged
merged 1 commit into from
May 7, 2021

Conversation

tcsc
Copy link
Contributor

@tcsc tcsc commented May 7, 2021

Prior to this change, tsh will only ever forward the internal key
agent managed by tsh to a remote machine.

This change allows a user to specify that tsh should forward either
the tsh-internal keystore, or the system key agent at $SSH_AUTH_SOCK.

This change also brings the -A command-line option into line with
OpenSSH.

For more info refer to RFD-0022.

See-Also: #1571

Prior to this change, `tsh` will only ever forward the internal key
agent managed by `tsh` to a remote machine.

This change allows a user to specify that `tsh` should forward either
the `tsh`-internal keystore, or the system key agent at `$SSH_AUTH_SOCK`.

This change also brings the `-A` command-line option into line with
OpenSSH.

For more info refer to RFD-0022.

See-Also: #1571
Copy link
Contributor

@russjones russjones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bot.

@tcsc tcsc merged commit 7ab146f into branch/v6 May 7, 2021
@tcsc tcsc deleted the trent/backport-6.2/agent-handling branch May 7, 2021 05:22
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.

3 participants