mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-09 17:11:28 +03:00
load authorized keys from config
This commit is contained in:
@@ -105,7 +105,7 @@ impl Service {
|
||||
|
||||
let service = Self {
|
||||
active: Rc::new(Cell::new(None)),
|
||||
authorized_keys: Default::default(),
|
||||
authorized_keys: Arc::new(RwLock::new(config.authorized_fingerprints.clone())),
|
||||
cert,
|
||||
public_key_fingerprint,
|
||||
config,
|
||||
|
||||
Reference in New Issue
Block a user