Description Usage Arguments Examples
Parse public key
1 2 3 | parse_pubkey(path, type = NULL)
parse_pubkey_string(key, type = NULL)
|
path |
Path to load public key file from |
type |
Type of public key ("ssh" or "ssl"). If omitted, will attempt to guess from contents of key. |
key |
Key as a string |
1 2 | parse_pubkey("~/.ssh/id_rsa.pub")
parse_pubkey("~/.ssh/id_rsa.pem")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.