mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
feat: import servers from ~/.ssh/config (#873)
This commit is contained in:
@@ -277,4 +277,7 @@ class SettingStore extends HiveStore {
|
||||
|
||||
/// The backup password
|
||||
late final backupasswd = SecureProp('bakPasswd');
|
||||
|
||||
/// Whether to read SSH config from ~/.ssh/config on first time
|
||||
late final firstTimeReadSSHCfg = propertyDefault('firstTimeReadSSHCfg', true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user