keys: List your ssh keys, or get a single key

View source: R/keys.R

keysR Documentation

List your ssh keys, or get a single key

Description

List your ssh keys, or get a single key

Usage

keys(..., page = 1, per_page = 25)

key(x, ...)

as.sshkey(x)

Arguments

...

Additional arguments passed down to low-level API function (do_*)

page

Page to return. Default: 1.

per_page

Number of results per page. Default: 25.

x

For key the numeric id. For as.sshkey, a number (the id), a string (the name), or a key.

Examples

## Not run: 
keys()
as.sshkey(328037)
as.sshkey("hadley")

## End(Not run)

sckott/analogsea documentation built on July 18, 2023, 3:31 p.m.