analogsea (version 0.8.0)

standardise_keys: Standardise specification of ssh keys.

Description

Standardise specification of ssh keys.

Usage

standardise_keys(ssh_keys = NULL)

Arguments

ssh_keys

An integer vector of given key ids, a character vector of key ids, or NULL, to use all ssh keys in account.

Value

A integer vector of key ids.

Examples

Run this code
# NOT RUN {
standardise_keys(123)
standardise_keys(123L)
standardise_keys()
standardise_keys("hadley")
# }

Run the code above in your browser using DataCamp Workspace