mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-22 14:44:23 +01:00
Can edit authorized_keys in SSH Services, remove download keyfile support
This commit is contained in:
@@ -11,5 +11,7 @@ namespace BTCPayServer.Models.ServerViewModels
|
||||
public string Password { get; set; }
|
||||
public string KeyFilePassword { get; set; }
|
||||
public bool HasKeyFile { get; set; }
|
||||
public bool CanConnect { get; set; }
|
||||
public string SSHKeyFileContent { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user