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