mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 08:35:23 +02:00
ssh: change an example to something more basic (#14023)
This commit is contained in:
parent
846a9aecc2
commit
2233b6ed29
1 changed files with 2 additions and 2 deletions
|
@ -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> ~ .`
|
||||
|
|
Loading…
Add table
Reference in a new issue