diff options
author | Christian Poessinger <christian@poessinger.com> | 2023-01-04 20:05:18 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2023-01-04 20:05:18 +0100 |
commit | 7ac16077a1698afe3e54bfa1c5f40570031f89e6 (patch) | |
tree | 9c2d3f11d7e8dbc55b90785d4136beaf52cff3f0 | |
parent | 4cf8356534ae9ed8e391108995d3683e144d82ea (diff) | |
download | vyos-documentation-7ac16077a1698afe3e54bfa1c5f40570031f89e6.tar.gz vyos-documentation-7ac16077a1698afe3e54bfa1c5f40570031f89e6.zip |
ssh: T2651: document ssh-client CLI options
-rw-r--r-- | docs/configuration/system/option.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/configuration/system/option.rst b/docs/configuration/system/option.rst index a4e08245..c9c9bfb1 100644 --- a/docs/configuration/system/option.rst +++ b/docs/configuration/system/option.rst @@ -39,6 +39,20 @@ HTTP client .. note:: `source-address` and `source-interface` can not be used at the same time. +********** +SSH client +********** + +.. cfgcmd:: set system option ssh-client source-address <address> + + Use the specified address on the local machine as the source address of the + connection. Only useful on systems with more than one address. + +.. cfgcmd:: set system option ssh-client source-interface <interface> + + Use the address of the specified interface on the local machine as the + source address of the connection. + *************** Keyboard Layout *************** |