standardise_keys | R Documentation |
Standardise specification of ssh keys.
standardise_keys(ssh_keys = NULL)
ssh_keys |
An integer vector of given key ids, a character vector of key ids, or NULL, to use all ssh keys in account. |
A integer vector of key ids.
## Not run: standardise_keys(123) standardise_keys(123L) standardise_keys() standardise_keys("hadley") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.