diff --git a/cmd/ssh.go b/cmd/ssh.go index c3a5353c..a001a414 100644 --- a/cmd/ssh.go +++ b/cmd/ssh.go @@ -50,7 +50,6 @@ var sshEnvCmd = &cobra.Command{ }, HostKeyCallback: ssh.InsecureIgnoreHostKey(), } - fmt.Println(config.Auth[0]) defer closeSSHAgent() lagoonssh.InteractiveSSH(sshConfig, sshService, sshContainer, config) }