1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 14:35:23 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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> ~ .`