This commit is contained in:
Caleb Jasik 2022-12-19 11:28:27 -06:00 committed by GitHub
parent ec48298fe8
commit 12dbbd3dd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

2
ssh.go
View file

@ -805,7 +805,7 @@ func sshPrintRelays(ifce *Interface, fs interface{}, a []string, w sshd.StringWr
case TerminalType:
t = "terminal"
default:
t = "unkown"
t = "unknown"
}
s := ""