Try to read the authorized keys file from the configuration

This commit is contained in:
nicolas.dorier
2019-09-20 18:51:14 +09:00
parent a8e2a99faa
commit 9e107b1eb1
6 changed files with 69 additions and 18 deletions

View File

@@ -11,7 +11,6 @@ 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; }
}
}