Commit 6819e95

Eric Bower  ·  2025-12-18 20:12:15 -0500 EST
parent 43cf6b2
docs(tui): pubkeys desc about ssh certs
1 files changed,  +1, -1
+1, -1
......@@ -137,7 +137,7 @@ func (m *PubkeysPage) Draw(ctx vxfw.DrawContext) (vxfw.Surface, error) {
137137 root := vxfw.NewSurface(w, h, m)
138138 ah := 0
139139
140- info := text.New("Pubkeys are SSH public keys which grant access to your pico account. You can have many pubkeys associated with your account and they all have the same level of access. You cannot delete all pubkeys since it will revoke all access to the account.")
140+ info := text.New("Pubkeys are SSH public keys which grant access to your pico account. You can have many pubkeys associated with your account and they all have the same level of access. You cannot delete all pubkeys since it will revoke all access to the account. We also support SSH certificate pubkeys which enables better access control: https://pico.sh/access-control")
141141 brd := NewBorder(info)
142142 brd.Label = "desc"
143143 brdSurf, _ := brd.Draw(ctx)