On OSX, I've used the Automator application to send iTerm an ssh user@host "remote command" command and save it as a .app that's double-clickable--how would I do the equivalent on Windows XP/Vista/7?
|
|
Assuming that you have an ssh client on your Windows machine, open Windows Explorer (the Windows file manager), navigate to the directory containing your ssh.exe, right click on ssh.exe and select Now you can double click the shortcut and your ssh command will be executed. If you don't have to enter a password and don't want to see the Command Prompt window, open the shortcut's That's all for Windows XP. For an ssh client, I use the one from Cygwin, but Cygwin is probably too much if all you want is ssh. |
|||
|
|
|
PuTTY is a good Windows-based SSH client. I've used it on XP. The FAQ includes an answer to this question. It's along the same lines as garyjohn's answer. |
|||
|
|
