mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-04 15:26:00 +00:00
ipn/ipnlocal: remove unused envknob
Change-Id: I6d18af2c469eb660e6ca81d1dcc2af33c9e628aa Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
cf61070e26
commit
d34dd43562
@ -25,12 +25,9 @@ import (
|
|||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"github.com/tailscale/golang-x-crypto/ssh"
|
"github.com/tailscale/golang-x-crypto/ssh"
|
||||||
"tailscale.com/envknob"
|
|
||||||
"tailscale.com/util/mak"
|
"tailscale.com/util/mak"
|
||||||
)
|
)
|
||||||
|
|
||||||
var useHostKeys = envknob.Bool("TS_USE_SYSTEM_SSH_HOST_KEYS")
|
|
||||||
|
|
||||||
// keyTypes are the SSH key types that we either try to read from the
|
// keyTypes are the SSH key types that we either try to read from the
|
||||||
// system's OpenSSH keys or try to generate for ourselves when not
|
// system's OpenSSH keys or try to generate for ourselves when not
|
||||||
// running as root.
|
// running as root.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user