sync code with last improvements from OpenBSD
This commit is contained in:
parent
c8d82c5de4
commit
736de251f0
4 changed files with 19 additions and 9 deletions
|
@ -33,8 +33,8 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $OpenBSD: ssh_config.5,v 1.386 2023/08/28 09:52:09 djm Exp $
|
||||
.Dd $Mdocdate: August 28 2023 $
|
||||
.\" $OpenBSD: ssh_config.5,v 1.388 2023/10/04 05:42:10 jmc Exp $
|
||||
.Dd $Mdocdate: October 4 2023 $
|
||||
.Dt SSH_CONFIG 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -2207,6 +2207,16 @@ accepts all tokens.
|
|||
and
|
||||
.Cm ProxyJump
|
||||
accept the tokens %%, %h, %n, %p, and %r.
|
||||
.Pp
|
||||
Note that some of these directives build commands for execution via the shell.
|
||||
Because
|
||||
.Xr ssh 1
|
||||
performs no filtering or escaping of characters that have special meaning in
|
||||
shell commands (e.g. quotes), it is the user's responsibility to ensure that
|
||||
the arguments passed to
|
||||
.Xr ssh 1
|
||||
do not contain such characters and that tokens are appropriately quoted
|
||||
when used.
|
||||
.Sh ENVIRONMENT VARIABLES
|
||||
Arguments to some keywords can be expanded at runtime from environment
|
||||
variables on the client by enclosing them in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue