-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
I have GSSAPIAuthentication yes in my config file, but it doesn't get used. Presumably because it's not here:
open-remote-ssh/src/ssh/sshConfig.ts
Lines 30 to 43 in 496c1dc
| const SSH_CONFIG_PROPERTIES: Record<string, string> = { | |
| 'host': 'Host', | |
| 'hostname': 'HostName', | |
| 'user': 'User', | |
| 'port': 'Port', | |
| 'identityagent': 'IdentityAgent', | |
| 'identitiesonly': 'IdentitiesOnly', | |
| 'identityfile': 'IdentityFile', | |
| 'forwardagent': 'ForwardAgent', | |
| 'preferredauthentications': 'PreferredAuthentications', | |
| 'proxyjump': 'ProxyJump', | |
| 'proxycommand': 'ProxyCommand', | |
| 'include': 'Include', | |
| }; |
GitMensch
Metadata
Metadata
Assignees
Labels
No labels