superfly / flyctl

Audit the use of ssh.InsecureIgnoreHostKey function GSC-G106
Security
Minor
6 months ago3 years old
Use of ssh InsecureIgnoreHostKey should be audited
 70		Auth: []ssh.AuthMethod{
 71			ssh.PublicKeys(signer),
 72		},
 73		HostKeyCallback:   ssh.InsecureIgnoreHostKey(), 74		HostKeyAlgorithms: []string{ssh.KeyAlgoED25519},
 75	}
 76