mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 20:57:19 +08:00
chore: fix lint
This commit is contained in:
@@ -103,7 +103,7 @@ func (r *SshController) Session(ctx http.Context) http.Response {
|
||||
}
|
||||
defer ws.Close()
|
||||
|
||||
config := ssh.SSHClientConfigPassword(
|
||||
config := ssh.ClientConfigPassword(
|
||||
r.setting.Get(models.SettingKeySshHost)+":"+r.setting.Get(models.SettingKeySshPort),
|
||||
r.setting.Get(models.SettingKeySshUser),
|
||||
r.setting.Get(models.SettingKeySshPassword),
|
||||
|
||||
Reference in New Issue
Block a user