Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use Platypus to create apps from scripts' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use Platypus to create apps from scripts
Authored by: nvdingo on Nov 12, '04 12:46:51PM

gack, scratch that.
you may be right.
not entirely sure that it is setup correctly.

he will find out if putting the public key on teh remote server in authorized_keys does NOT allow him passwordless login.
then it is definitely authenticating against the wrong ssh server



[ Reply to This | # ]
Use Platypus to create apps from scripts
Authored by: Beernd on Nov 12, '04 01:01:35PM

Yes, I'm afraid I was right: he is ssh'ing into localhost, building a secure tunnel from localhost to localhost and then an insecure tunnel from localhost to mail.isp.com, thus obtaining a false sense of security. It's just an awkward way of connecting insecurely to his isp's mail server. Any script kiddy could read his mail and steal his password…

---
"Perhaps nothing is quite true, and not even that!"
Multatuli, Ideen 1



[ Reply to This | # ]