You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@
7
7
8
8
This serves the [NYT Connections TUI](https://github.com/jmelahman/connections) over SSH.
9
9
10
+
```shell
11
+
$ ssh connections.lahman.dev
12
+
```
13
+
10
14
## Running
11
15
12
16
In one terminal, start the server,
@@ -22,13 +26,13 @@ In a separate terminal,
22
26
$ ssh -p 2222 localhost
23
27
```
24
28
25
-
This assumes the server has an [SSH key](https://wiki.archlinux.org/title/SSH_keys) at [~/.ssh/id_rsa](https://github.com/jmelahman/connections-ssh/blob/12b9ba7d3ec6059a349d23ea85e7b948b16517a1/main.go#L32).
29
+
By default, the server looks for an [SSH key](https://wiki.archlinux.org/title/SSH_keys) at [~/.ssh/id_rsa](https://github.com/jmelahman/connections-ssh/blob/12b9ba7d3ec6059a349d23ea85e7b948b16517a1/main.go#L32).
30
+
This can be overridden with the `--key-file` flag.
26
31
27
-
Moreover, if running on port `22` is desired, you'll like need elevated privileges (not recommended),
32
+
Moreover, if running on port `22` is desired, you'll likely need elevated privileges (not recommended),
0 commit comments