Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 58dc387

Browse files
authored
feat: add proxy jump to the ssh keywords list (#82)
1 parent c3d3841 commit 58dc387

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/connections.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ At the moment, we are capable of parsing any SSH config file that does not conta
3232
|PasswordAuthentication| This is used to specify if password authentication should be attempted. The default is `yes`.|
3333
|KbdInteractiveAuthentication| This is used to specify if keyboard-interactive authentication should be attempted. The default is `yes`.|
3434
|PreferredAuthentications| (partial) Specifies the order the client should attempt to authenticate in. It is partially implemented as it does not support `gssapi-with-mic` or `hostbased` authentication. The default is `publickey,keyboard-interactive,password`|
35-
|AddKeysToAgent| (partial) This option will automatically add keys and their corresponding passphrase to your running ssh agent if it is enabled. It is partially supported as it can only accept `yes` and `no` as valid inputs. Other inputs such as `confirm` or a time interval will behave the same as `no`. The default value is `no`.
35+
|AddKeysToAgent| (partial) This option will automatically add keys and their corresponding passphrase to your running ssh agent if it is enabled. It is partially supported as it can only accept `yes` and `no` as valid inputs. Other inputs such as `confirm` or a time interval will behave the same as `no`. The default value is `no`.|
36+
|ProxyJump| Specifies one or more jump proxies in a comma separated list. Each will be visited sequentially using TCP forwarding before connecting to the desired connection (also using TCP forwarding). It can be set to `none` to disable the feature.|
3637

3738
### Example SSH Config Host
3839
For a quick example, a host in your config file may look like:

0 commit comments

Comments
 (0)