From 2233b6ed2936dad82fc51c3665399175e92c596b Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 11 Oct 2024 20:24:31 +0300 Subject: [PATCH] ssh: change an example to something more basic (#14023) --- pages/common/ssh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/ssh.md b/pages/common/ssh.md index 606fe4f88a..3c1d1c557f 100644 --- a/pages/common/ssh.md +++ b/pages/common/ssh.md @@ -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}}` +` ~ .`