From 66f1466be9f58fde765a9043ccb10a41c78e732d Mon Sep 17 00:00:00 2001 From: Ethan Pailes Date: Thu, 14 Mar 2024 13:18:56 -0400 Subject: [PATCH] fix README "Local tty based" section (#3) The section on local tty based automatic connection says you can invoke the config with `ssh by-tty` but the config block is for the "remote" host so this would not work. This patch fixes the issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec3cb7f6..8891685d 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ number. To do so, you can add a block of custom ssh config in the `~/.ssh/config` of your local machine like ``` -Host = remote +Host = by-tty User remoteuser Hostname remote.host.example.com