From 6e8910bdd40e3b82db3c2f4332ffc0eb59699e55 Mon Sep 17 00:00:00 2001 From: bonnie Date: Fri, 10 Jan 2020 00:58:15 +0800 Subject: [PATCH] add SSH Agent Forwarding to "System" --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index dbfec0d..5f98184 100644 --- a/README.md +++ b/README.md @@ -1304,6 +1304,17 @@ ssh-copy-id -i ~/.ssh/id_rsa.pub -o "IdentityFile ~/Downloads/mykey.pem" @ +# Next you can ssh to serverB +ssh @ +``` + + ##### Follow the most recent logs from service ```bash journalctl -u -f