Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix formatting
  • Loading branch information
kylecarbs committed May 10, 2021
commit 45efe4423ad9ab8de455399f110a021f15182d7b
2 changes: 1 addition & 1 deletion internal/cmd/configssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func makeSSHConfig(host, userName, envName, privateKeyFilepath string, p2p bool)
IdentityFile="%s"
ServerAliveInterval 60
ServerAliveCountMax 3
`, envName, envName, privateKeyFilepath)
`, envName, envName, envName, privateKeyFilepath)
}

return fmt.Sprintf(
Expand Down