standardise_keys function

Standardise specification of ssh keys.

Standardise specification of ssh keys.

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.

Returns

A integer vector of key ids.

Examples

## Not run: standardise_keys(123) standardise_keys(123L) standardise_keys() standardise_keys("hadley") ## End(Not run)
  • Maintainer: Mauricio Vargas
  • License: Apache License (>= 2)
  • Last published: 2023-04-19