Skip to content

Commit

Permalink
fix README "Local tty based" section (#3)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ethanpailes authored Mar 14, 2024
1 parent a3965a5 commit 66f1466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66f1466

Please sign in to comment.