This is a discussion on using SSH for secure browsing within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Would it really help if I started calling fetchmail like this ssh localbox "fetchmail -d0" instead of just just ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Would it really help if I started calling fetchmail like this ssh localbox "fetchmail -d0" instead of just just fetchmail -d0? Same question with web pages: is ssh localbox "opera -remote 'openURL(URL)'" really more secure than just opera& ? I just got ssh-agent working locally with my keys, so I thought my common endeavors could be more secure, since I no longer need to type passwords. Naota Hashimoto -- naSota@tPampabay.rAr.cMom - > (remove 'S P A M') |
| |||
| On Sat, 24 Apr 2004 19:28:17 GMT, Naota Hashimoto <see@the.signature> wrote: > Would it really help if I started calling fetchmail like this > > ssh localbox "fetchmail -d0" > > instead of just just fetchmail -d0? Same question with web pages: > is ssh localbox "opera -remote 'openURL(URL)'" really more secure than just > opera& ? You are already logged in to your pc, so why log in again using ssh? This doesn't make any sense. Sebastian -- http://www.hpfsc.de/ - die Seite rund um: Assembler, Bundeswehr, TFT LCDs, Halle/Saale, Fahrradtouren, Neuseeland, Wanderstaat Mauma, Raumschiff USS Nathan, Enemy Room, MLCAD Tutorial |
| |||
| On 2004-04-25, Sebastian Stein <seb_stein@gmx.de> wrote: > On Sat, 24 Apr 2004 19:28:17 GMT, Naota Hashimoto <see@the.signature> wrote: >> Would it really help if I started calling fetchmail like this >> >> ssh localbox "fetchmail -d0" >> >> instead of just just fetchmail -d0? Same question with web pages: >> is ssh localbox "opera -remote 'openURL(URL)'" really more secure than just >> opera& ? > > You are already logged in to your pc, so why log in again using ssh? This > doesn't make any sense. I just figured it would encrypt data. -- naSota@tPampabay.rAr.cMom - > (remove 'S P A M') |
| ||||
| On Sun, 25 Apr 2004 08:56:51 +0000, Naota Hashimoto wrote: >>> is ssh localbox "opera -remote 'openURL(URL)'" really more secure >>> than just opera& ? >> >> You are already logged in to your pc, so why log in again using >> ssh? This doesn't make any sense. > > I just figured it would encrypt data. It does ... between the ssh client (localhost) and the sshd (also on localhost). Think about this. Smack yourself on the forehead. -- /dev/rob0 - preferred_email=i$((28*28+28))@softhome.net or put "not-spam" or "/dev/rob0" in Subject header to reply |