File: opkssh.md

package info (click to toggle)
opkssh 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,416 kB
  • sloc: sh: 2,062; makefile: 11
file content (41 lines) | stat: -rw-r--r-- 1,155 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
## opkssh

SSH with OpenPubkey

### Synopsis

SSH with OpenPubkey

This program allows users to:
  - Login and create SSH key pairs using their OpenID Connect identity
  - Add policies to auth_id policy files
  - Verify OpenPubkey SSH certificates for use with sshd's AuthorizedKeysCommand

```
opkssh [flags]
```

### Examples

```
  opkssh login
  opkssh add root alice@example.com https://accounts.google.com
```

### Options

```
  -h, --help   help for opkssh
```

### SEE ALSO

* [opkssh add](opkssh_add.md)	 - Appends new rule to the policy file
* [opkssh audit](opkssh_audit.md)	 - Validate policy file entries against provider definitions
* [opkssh client](opkssh_client.md)	 - Interact with client configuration
* [opkssh inspect](opkssh_inspect.md)	 - Inspect and view details of an opkssh generated SSH key
* [opkssh login](opkssh_login.md)	 - Authenticate with an OpenID Provider to generate an SSH key for opkssh
* [opkssh readhome](opkssh_readhome.md)	 - Read the principal's home policy file
* [opkssh verify](opkssh_verify.md)	 - Verify an SSH key (used by sshd AuthorizedKeysCommand)

###### Auto generated by spf13/cobra on 21-Jan-2026