Skip to content

Instantly share code, notes, and snippets.

@ploubser
Created June 25, 2013 15:05
Show Gist options
  • Select an option

  • Save ploubser/5859204 to your computer and use it in GitHub Desktop.

Select an option

Save ploubser/5859204 to your computer and use it in GitHub Desktop.
sshkey client and server configuration
#client
securityprovider = sshkey
plugin.sshkey.client.authorized_keys = /path/to/authorized_keys
#server
securityprovider = sshkey
plugin.sshkey.server.authorized_keys = /path/to/authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment