Browse Source

fix: wording for ssh connection details debug

decentral1se 2 years ago
parent
commit
14e7115c5e
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 2
      distribusi.go

2
distribusi.go

@ -954,7 +954,7 @@ func scpPublish(c *cli.Context, root, pubTarget string) error {
logrus.Debugf("no ssh key discovered for %s", server)
}
logrus.Debugf("connecting with user: %s, port: %s to connect to %s", sshUser, sshPort, server)
logrus.Debugf("connecting to %s with user: %s, port: %s", server, sshUser, sshPort)
serverAndPort := fmt.Sprintf("%s:%s", server, sshPort)
scpClient, err := scp.NewClient(serverAndPort, sshConf, &scp.ClientOption{})

Loading…
Cancel
Save