We use the Apple "Pro Keyboard", which is a USB keyboard with model number M7803, and iTerm2 build 1.0.0 with "ipmitool sol activate" running.
Our goal is to sent the Control+Alt+Delete key combination to the remote host.
We tried this by: iTerm > Preferences > Keys > [+]:
- Keyboard Shortcut: ⌃⌥Del→
- Action: [ Send Hex Code ]
- Hex code: 1d 38 53 b8 9d
This configuration does not sent the Ctrl+Alt+Del key combination to the remote host, Debian 6.0.6 running kernel 2.6.32-5-amd64 #1 SMP, at least the machine does not reboot as it would do when pressing Ctrl+Alt+Del on a local attached keyboard.
How to issue a reboot command on the remote machine using Ctrl+Alt+Del key combination via iTerm?