@model BTCPayServer.Models.ServerViewModels.SSHServiceViewModel @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services); }

SSH settings

SSH services are used by the maintenance operations

@if(!string.IsNullOrEmpty(Model.Password)) {
} @if(!string.IsNullOrEmpty(Model.KeyFilePassword)) {
} @if(Model.HasKeyFile) { Download Key File }