We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07c976 commit cc013bbCopy full SHA for cc013bb
modules/ssh/ssh.go
@@ -68,7 +68,7 @@ func sessionHandler(session ssh.Session) {
68
69
log.Trace("SSH: Payload: %v", command)
70
71
- args := []string{"serv", "key-" + keyID, "--config=" + setting.CustomConf}
+ args := []string{"--config=" + setting.CustomConf, "serv", "key-" + keyID}
72
log.Trace("SSH: Arguments: %v", args)
73
74
ctx, cancel := context.WithCancel(session.Context())
0 commit comments