mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Merge branch 'dev' into phone_cloud
This commit is contained in:
@@ -75,7 +75,7 @@ class DeployConfig(ConfigModel):
|
||||
def show_config(self):
|
||||
logger.hr("Show deploy config", 1)
|
||||
for k, v in self.config.items():
|
||||
if k in ("Password"):
|
||||
if k in ("Password", "SSHUser"):
|
||||
continue
|
||||
if self.config_template[k] == v:
|
||||
continue
|
||||
|
||||
@@ -106,7 +106,7 @@ Deploy:
|
||||
# See here (http://app.azurlane.cloud/en.html) for more infomation.
|
||||
EnableRemoteAccess: false
|
||||
# Username when login into ssh server
|
||||
# [Default] null (use username logged in your system)
|
||||
# [Default] null (will generate a random one when startup)
|
||||
SSHUser: null
|
||||
# Server to connect
|
||||
# [Default] null
|
||||
|
||||
Reference in New Issue
Block a user