Compare commits

...

1 Commits

Author SHA1 Message Date
Maisem Ali 63d58b3358 ssh/tailssh: drop unused noPubKeyPolicyAuthError
Signed-off-by: Maisem Ali <maisem@tailscale.com>
2022-10-11 14:55:06 -07:00
1 changed files with 0 additions and 2 deletions

View File

@ -197,8 +197,6 @@ type conn struct {
idH string
connID string // ID that's shared with control
noPubKeyPolicyAuthError error // set by BannerCallback
action0 *tailcfg.SSHAction // set by doPolicyAuth; first matching action
currentAction *tailcfg.SSHAction // set by doPolicyAuth, updated by resolveNextAction
finalAction *tailcfg.SSHAction // set by doPolicyAuth or resolveNextAction