mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Opt: Show ssh exec not found
This commit is contained in:
@@ -48,6 +48,7 @@ class ConfigModel:
|
||||
EnableRemoteAccess: bool = False
|
||||
SSHUser: Optional[str] = None
|
||||
SSHServer: Optional[str] = None
|
||||
SSHExecutable: Optional[str] = None
|
||||
|
||||
# Webui
|
||||
WebuiHost: str = "0.0.0.0"
|
||||
|
||||
@@ -112,6 +112,10 @@ Deploy:
|
||||
# [Default] null
|
||||
# [Format] host:port
|
||||
SSHServer: null
|
||||
# Filepath of SSH executable `ssh.exe`
|
||||
# [Default] ssh (find ssh in system PATH)
|
||||
# If you don't have one, install OpenSSH or download it here (https://github.com/PowerShell/Win32-OpenSSH/releases)
|
||||
SSHExecutable: ssh
|
||||
|
||||
Webui:
|
||||
# --host. Host to listen
|
||||
|
||||
Reference in New Issue
Block a user