Skip to content

Commit 74d4b90

Browse files
committed
Removed completed TODO, README tweak.
1 parent 0fa0da8 commit 74d4b90

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ client$ ssh $SERVER "hello world"
4444
hello world
4545
```
4646

47-
Echo host's environment to clients
47+
Echo host's environment to clients (with accept-all auth):
4848

4949
```
5050
server$ execd -e $(which true) $(env)

handlers.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ func (h *sshHandler) Exit(err error) error {
8989
}
9090

9191
func (h *sshHandler) Request(req *ssh.Request) {
92-
// TODO: Add mutex?
9392
switch req.Type {
9493
case "exec":
9594
h.handleExec(req)

0 commit comments

Comments
 (0)