Skip to content

Commit

Permalink
fix certificate formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Feb 6, 2025
1 parent 6d60b10 commit 36d78f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/internal/cmd/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ func writeCertificateForKey(cmd *cobra.Command, keyPath string, fh file.Handler,
ValidPrincipals: []string{"root"},
Permissions: ssh.Permissions{
Extensions: map[string]string{
"permit-port-forwarding": "yes",
"permit-pty": "yes",
"permit-port-forwarding": "",
"permit-pty": "",
},
},
}
Expand Down

0 comments on commit 36d78f1

Please sign in to comment.