• RSS
  • Twitter
  • FaceBook

Security Forums

Log in

FAQ | Search | Usergroups | Profile | Register | RSS | Posting Guidelines | Recent Posts

SSH to make a secure Connection to my Routers Telnet or Webi

Users browsing this topic:0 Security Fans, 0 Stealth Security Fans
Registered Security Fans: None
Post new topic   Reply to topic   Printer-friendly version    Networking/Security Forums Index -> UNIX // GNU/Linux

View previous topic :: View next topic  
Author Message
overrider
Just Arrived
Just Arrived


Joined: 28 Oct 2004
Posts: 0


Offline

PostPosted: Fri Oct 29, 2004 5:38 am    Post subject: SSH to make a secure Connection to my Routers Telnet or Webi Reply with quote

Hello all,

this is my first Post, i am not sure if this is the right Category for this thread. Please bear with me.

I have been following the suggestions in this Article:
http://www.afp548.com/articles/security/sshtips.html

My Router is accessible via a Telnet Session or a Webinterface. Connecting to the Telnet Port is unsecure, since Password and all other Info is send plain text. I want to use SSH Tunneling to make a secure encrypted Connection between my Laptop and the Router, so i put this in the Terminal:

For Webinterface:
ssh mylaptopip -L 10080:routerip:80

When i now go to my Browser and type in 127.0.0.1:10080 the Webinterface comes up and everything is fine and i should have a secure connection. Problem is when i open up another Terminal on my Laptop and type sudo /usr/local/bin/tcpflow -i en0 -c host routerip to sniff the connection, i still see all the html and traffic flying by unencrypted as i make my changes to the router via the webinterface.

For Telnet:
ssh mylaptopip -L 10081:routerip:23

When i type in the Terminal telnet 127.0.0.1 10081 the Telnet Interface of my Router comes up and prompts me for a Password. When i sniff the Connection again, i can see my entered Password flying by as i press Enter to confirm the Password Entry.

Now the Question is, where is the security in this? Is my Connection encrypted, just not when i listen to traffic on my local NIC? Am i doing the tunnel wrong? Should the Syntax be
ssh notmylaptop -L 10080:routerip:23

It would be great if somebody can shed some light in this.

regards,
Overrider
Back to top
View user's profile Send private message
Rowdy Yates
Just Arrived
Just Arrived


Joined: 20 Oct 2004
Posts: 1


Offline

PostPosted: Fri Oct 29, 2004 1:13 pm    Post subject: Reply with quote

Linux-based SSH proxy
http://infosecuritymag.techtarget.com/ss/0,295796,sid6_iss486_art997,00.html
Back to top
View user's profile Send private message
Display posts from previous:   

Post new topic   Reply to topic   Printer-friendly version    Networking/Security Forums Index -> UNIX // GNU/Linux All times are GMT + 2 Hours
Page 1 of 1


 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Community Area

Log in | Register