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 c2b2e31 commit 1a45737Copy full SHA for 1a45737
cmd/create.go
@@ -51,6 +51,7 @@ func (cmd *CreateCmd) Run(ctx context.Context, options *options.Options, log log
51
}
52
53
func GetInjectKeypairScript(machineFolder, machineID string) (string, error) {
54
+ // devpod will create a new ssh key for this machine and forward your keys
55
publicKeyBase, err := ssh.GetPublicKeyBase(machineFolder)
56
if err != nil {
57
return "", err
0 commit comments