TONYBOY I was having a problem with TextWrangler asking me for my SSH key passphrase even though I had sshLogin installed. This was happening because TextWrangler was being launched from a script being run on a remote TTY, not my login console. Thus, the environment variables that sshLogin had set up pertaining to the ssh-agent mechanism were not present, and so sshLogin was not being used. The work-around for me was to launch TextWrangler manually first, and then run the script as usual, since the existing instance of the launched program had inherited the environment form my login console... This is probably an unusual situation, but I thought I'd just publish my findings in case anyone else was having the same problem... (Version 1.3) |