Fix SSH fingerprint checking

This commit is contained in:
nicolas.dorier
2018-08-13 09:43:59 +09:00
parent 322518e9dc
commit 214b2d1c1c
9 changed files with 204 additions and 104 deletions

View File

@@ -4,6 +4,7 @@ using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
using BTCPayServer.Configuration;
using BTCPayServer.SSH;
using Renci.SshNet;
namespace BTCPayServer.Models.ServerViewModels