@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.SSHKeyFileContent != null) {

Authorized keys

You can enter here SSH public keys authorized to connect to your server.

}