ssh_key_needs_passphrase {git2r}R Documentation

Check if private key is passphrase protected

Description

Check if private key is passphrase protected

Usage

ssh_key_needs_passphrase(privatekey = "~/.ssh/id_rsa")

Arguments

privatekey

The path to the private key of the credential. Default is '~/.ssh/id_rsa'


[Package git2r version 0.16.0 Index]