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

SSH option IdentityAgent is not documented #3775

Closed
antoineco opened this issue May 26, 2023 · 2 comments
Closed

SSH option IdentityAgent is not documented #3775

antoineco opened this issue May 26, 2023 · 2 comments
Labels
docs Primarily or only affects documentation

Comments

@antoineco
Copy link
Contributor

What page or section of the docs have an issue?

https://wezfurlong.org/wezterm/ssh.html

Describe the issue

According to the code below, the IdentityAgent option is supported, both in config files and SSH config files, but it is not documented.

if !result.contains_key("identityagent") {
if let Some(sock_path) = self.resolve_env("SSH_AUTH_SOCK") {
result.insert("identityagent".to_string(), sock_path);
}
}

Host !a.b *.b
ForwardAgent no
IdentityAgent "${HOME}/.ssh/agent"

Ref. #3772

@antoineco antoineco added the docs Primarily or only affects documentation label May 26, 2023
wez added a commit that referenced this issue May 26, 2023
@wez
Copy link
Owner

wez commented May 26, 2023

Should be fixed now, thanks!

@wez wez closed this as completed May 26, 2023
@github-actions
Copy link
Contributor

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
docs Primarily or only affects documentation
Projects
None yet
Development

No branches or pull requests

2 participants