Skip to content

Commit a14ae5e

Browse files
committed
docs: clarify preflight impact
1 parent 69b929d commit a14ae5e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

FUTUREWORK.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Future Work
22

33
- [ ] unit-test preflight upload cancellation using ubuntu image.
4-
- [ ] remove wildcard bullshit from the config file
54
- [ ] audit all timeout usages and separate them
5+
- [ ] remove wildcard bullshit from the config file
66
- [ ] make it work without `config.toml`
77
- [ ] make it work only with args instead of config.toml
88

@@ -29,4 +29,5 @@
2929
- [ ] create more efficient custom codecs
3030
- [ ] support tmux
3131
- [ ] offer other fast working codecs (e.g. base64, base32, etc.)
32-
- [ ] automatically reconnect on connection loss
32+
- [ ] automatically reconnect on connection loss
33+
- [ ] try smux instead of yamux

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ unbound-ssh in spy mode.
3333
Connecting to server.com...
3434

3535
# trigger preflight script
36-
# (it uploads unbound-ssh binary, the config file and its dependencies to the server)
36+
# (it uploads unbound-ssh binary, the config file and its dependencies to the local directory on server)
3737
🌩️ server$ <ctrl+g><ctrl+g><ctrl+g>
3838

3939
# run `unbound-ssh spy` on your server to connect

0 commit comments

Comments
 (0)