Can edit authorized_keys in SSH Services, remove download keyfile support

This commit is contained in:
nicolas.dorier
2019-09-19 19:17:20 +09:00
parent 42dda56eea
commit a2cb6178b8
6 changed files with 83 additions and 16 deletions

View File

@@ -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; }
}
}