summaryrefslogtreecommitdiff
path: root/man/man1/monkeysphere-ssh-proxycommand.1
blob: 63b5a5eb5962581e569a07cdbd359b067ed5d12d (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 DESCRIPTION
  6. .PP
  7. \fBmonkeysphere-ssh-proxy\fP is an ssh proxy command that can be used
  8. to trigger a monkeysphere update of the known_hosts file for the hosts
  9. that are being connected to. It is meant to be run as an ssh
  10. ProxyCommand. This can either be done by specifying the proxy command
  11. on the command line:
  12. .B ssh -o ProxyCommand="monkeysphere-ssh-proxycommand %h %p" ...
  13. or by adding the following line to your ~/.ssh/config script:
  14. .B ProxyCommand monkeysphere-ssh-proxycommand %h %p
  15. The script is very simple, and can easily be incorporated into other
  16. ProxyCommand scripts. All it does is first runs
  17. .B monkeysphere update-known-hosts HOST
  18. and then
  19. .B exec nc HOST PORT
  20. Run the following command for more info:
  21. .B less $(which monkeysphere-ssh-proxycommand)
  22. .PD
  23. .SH AUTHOR
  24. Written by Jameson Rollins <jrollins@fifthhorseman.net>
  25. .PD
  26. .SH SEE ALSO
  27. .BR monkeypshere (1),
  28. .BR ssh (1),
  29. .BR gpg (1)