We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa0da8 commit 74d4b90Copy full SHA for 74d4b90
README.md
@@ -44,7 +44,7 @@ client$ ssh $SERVER "hello world"
44
hello world
45
```
46
47
-Echo host's environment to clients
+Echo host's environment to clients (with accept-all auth):
48
49
50
server$ execd -e $(which true) $(env)
handlers.go
@@ -89,7 +89,6 @@ func (h *sshHandler) Exit(err error) error {
89
}
90
91
func (h *sshHandler) Request(req *ssh.Request) {
92
- // TODO: Add mutex?
93
switch req.Type {
94
case "exec":
95
h.handleExec(req)
0 commit comments