We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1882ba3 + abee73c commit 2c8c79fCopy full SHA for 2c8c79f
1 file changed
pkg/devspace/services/ssh/config.go
@@ -85,6 +85,7 @@ func replaceHost(path, host, port string) (string, error) {
85
newLines = append(newLines, " IdentityFile "+DevSpaceSSHPrivateKeyFile)
86
newLines = append(newLines, " StrictHostKeyChecking no")
87
newLines = append(newLines, " UserKnownHostsFile /dev/null")
88
+ newLines = append(newLines, " User devspace")
89
newLines = append(newLines, endMarker)
90
newLines = append(newLines, "")
91
0 commit comments