summaryrefslogtreecommitdiff
path: root/man/man1/monkeysphere-ssh-proxycommand.1
blob: 41a95aabfa689cb790b73679512309bfa1f6ead2 (plain)
  1. .TH MONKEYSPHERE-SSH-PROXYCOMMAND "1" "June 2008" "monkeysphere 0.1" "User Commands"
  2. .SH NAME
  3. monkeysphere-ssh-proxycommand \- MonkeySphere ssh ProxyCommand script
  4. .PD
  5. .SH SYNOPSIS
  6. .B ssh -o ProxyCommand="monkeysphere-ssh-proxycommand %h %p" ...
  7. .PD
  8. .SH DESCRIPTION
  9. .PP
  10. MonkeySphere is a system to leverage the OpenPGP Web of Trust for ssh
  11. authentication and encryption. OpenPGP keys are tracked via GnuPG,
  12. and added to the ssh authorized_keys and known_hosts files to be used
  13. for authentication and encryption of ssh connection.
  14. \fBmonkeysphere-ssh-proxy\fP is an ssh proxy command that can be used
  15. to trigger a monkeysphere update of the known_hosts file for the hosts
  16. that are being connected to.
  17. .PD
  18. .SH AUTHOR
  19. Written by Jameson Rollins <jrollins@fifthhorseman.net>
  20. .PD
  21. .SH SEE ALSO
  22. .BR monkeypshere (1),
  23. .BR ssh (1),
  24. .BR gpg (1)