ssh/tailssh: drop unused noPubKeyPolicyAuthError
Signed-off-by: Maisem Ali <maisem@tailscale.com>pull/5898/head
parent
c070d39287
commit
63d58b3358
|
@ -197,8 +197,6 @@ type conn struct {
|
||||||
idH string
|
idH string
|
||||||
connID string // ID that's shared with control
|
connID string // ID that's shared with control
|
||||||
|
|
||||||
noPubKeyPolicyAuthError error // set by BannerCallback
|
|
||||||
|
|
||||||
action0 *tailcfg.SSHAction // set by doPolicyAuth; first matching action
|
action0 *tailcfg.SSHAction // set by doPolicyAuth; first matching action
|
||||||
currentAction *tailcfg.SSHAction // set by doPolicyAuth, updated by resolveNextAction
|
currentAction *tailcfg.SSHAction // set by doPolicyAuth, updated by resolveNextAction
|
||||||
finalAction *tailcfg.SSHAction // set by doPolicyAuth or resolveNextAction
|
finalAction *tailcfg.SSHAction // set by doPolicyAuth or resolveNextAction
|
||||||
|
|
Loading…
Reference in New Issue