File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Future Work
2
2
3
3
- [ ] unit-test preflight upload cancellation using ubuntu image.
4
- - [ ] remove wildcard bullshit from the config file
5
4
- [ ] audit all timeout usages and separate them
5
+ - [ ] remove wildcard bullshit from the config file
6
6
- [ ] make it work without ` config.toml `
7
7
- [ ] make it work only with args instead of config.toml
8
8
29
29
- [ ] create more efficient custom codecs
30
30
- [ ] support tmux
31
31
- [ ] 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
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ unbound-ssh in spy mode.
33
33
Connecting to server.com...
34
34
35
35
# 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)
37
37
🌩️ server$ < ctrl+g><ctrl+g><ctrl+g>
38
38
39
39
# run `unbound-ssh spy` on your server to connect
You can’t perform that action at this time.
0 commit comments