ARDOverSshForwardScriptExample: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
  # Author: Heiko, as usual.
  # Author: Heiko, as usual.
  # History:
  # History:
  #2005-10-10, 09:21: ARD forward!
  # 2005-10-10, 09:21: ARD forward!
  #2006-01-27, 21:00: Hmm, doesn't work anymore. (Thanks Brian for pointing out)
  # 2006-01-27, 21:00: Hmm, doesn't work anymore. (Thanks Brian for pointing out)
  #
  #
  # Notes:
  # Notes:
  # Does not need be run as root. But can only run as administrator/root. :-)
  # Does not need be run as root. But can only run as administrator/root. :-)
  #5900 TCP: <nowiki>Observe/Control</nowiki>
  # 5900 TCP: <nowiki>Observe/Control</nowiki>
  #5900 UDP: Send Screen
  # 5900 UDP: Send Screen
  #3283 TCP: Reporting
  # 3283 TCP: Reporting
  #3283 UDP: Everything else
  # 3283 UDP: Everything else
  #5988 TCP: WBEM if enabled
  # 5988 TCP: WBEM if enabled


:open <nowiki>/Applications/Remote\ Desktop.app</nowiki> &
:open <nowiki>/Applications/Remote\ Desktop.app</nowiki> &

Revision as of 21:15, 27 January 2006

#!/bin/tcsh
#
# Filename: doardforward.command
# Author: Heiko, as usual.
# History:
# 2005-10-10, 09:21: ARD forward!
# 2006-01-27, 21:00: Hmm, doesn't work anymore. (Thanks Brian for pointing out)
#
# Notes:
# Does not need be run as root. But can only run as administrator/root. :-)
# 5900 TCP: Observe/Control
# 5900 UDP: Send Screen
# 3283 TCP: Reporting
# 3283 UDP: Everything else
# 5988 TCP: WBEM if enabled
open /Applications/Remote\ Desktop.app &
sleep 10
kill -1 `ps -wwwaux | grep ARDAgent.app | grep -v grep | awk '{printf $2}'`
kill -1 `ps -wwwaux | grep AppleVNCServer.bundle | grep -v grep | awk '{printf $2}'`
sleep 2
ssh -L 3283:remotehostethernetip:3283 -L 5900:remotehostethernetip:5900 user@remotehost