ssh: change an example to something more basic (#14023)

This commit is contained in:
Managor
2024-10-11 20:24:31 +03:00
committed by GitHub
parent 846a9aecc2
commit 2233b6ed29

View File

@@ -32,6 +32,6 @@
`ssh -J {{username}}@{{jump_host}} {{username}}@{{remote_host}}`
- Agent forwarding: Forward the authentication information to the remote machine (see `man ssh_config` for available options):
- Close a hanged session:
`ssh -A {{username}}@{{remote_host}}`
`<Enter> ~ .`