The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Other
> Development Articles
|
Secure Tunnelling with SSH
Discuss Secure Tunnelling with SSH in the Development Articles forum on Dev Shed. Secure Tunnelling with SSH Development Articles forum discussing articles and tutorials located at http://www.devshed.com. See what our authors have created for your viewing pleasure.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

April 4th, 2003, 12:57 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Good article!
Thanks for the article. I kept hearing about how ssh could be used for encrypting the use of other ports, but never knew how to go about doing it.
I really liked how you also explained about installing the software and necessary libraries along with how to use it.
|

April 5th, 2003, 10:08 PM
|
|
Junior Member
|
|
Join Date: Apr 2003
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Great
I've been doing this for a while but haven't been able to figure out how to do one thing. If I make a -R or -L tunnel either one, the endpoint is the only machine that can connect to it. It's as if incoming connections are only valid from localhost and not other local machines on the LAN.
I've got a few customers with firewalls and NO open hole for me to be able to SSH in to their server. I dial in via analog modem, create a reverse SSH tunnel to one of my servers and can then get through to their server easily. Most of their firewalls timeout sessions after so much inavtivity. So I use 'screen' and start 'top' or a 'ping' or something to keep the session active :)
I'd just like to be able to setup SecureCRT on my Wintel box to ssh to port 2000 on a Linux server with an active SSH tunnel and end up with a login on a remote server.
Thanks!
|

April 7th, 2003, 04:21 AM
|
|
Junior Member
|
|
Join Date: Apr 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
For Windows as well
You can use the putty suite to do the same using Windows on the client. Tunneling can be setup from the user interface or by adding commands to putty from the command line.
In fact: you can even use SSH to automatically backup entire LAMP applications to Windows machines using the secure copy method of SSH and remote commands.
I once wrote an article how to do that.
|

April 7th, 2003, 04:34 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
[no subject]
|

April 16th, 2003, 09:55 AM
|
|
Registered User
|
|
Join Date: Jul 2001
Location: aaaaaa
Posts: 26
Time spent in forums: 27 m 12 sec
Reputation Power: 0
|
|
|
something is wrong...
hi,
I'm doing this
ssh -L 9000:localhost:23 otherserver -N &
then on the same machine I'm doing
telnet localhost 9000
and I'm getting
Connected to localhost.
Escape character is '^]'.
channel 1: open failed: administratively prohibited: open failed
Connection closed by foreign host.
what's wrong ?
|

April 25th, 2003, 04:42 PM
|
|
Junior Member
|
|
Join Date: Apr 2003
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Port Forwarding
Sometimes port forwarding doesn't work if the remote server rejects the forwarded packets. I set this up using Putty. After loggin in, and attempting to use the forwarded port, I got: "Forwarded connection refused by server", in Putty's event log.
|

May 1st, 2003, 05:24 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Very helpful setup info
I switched from "real" SSH server to OpenSSH when the licensing rules changed. OpenSSH don't offer a quickstart document, but the article goes a long way to fulfilling this, and enabled me to set up a working system again. Thanks for that !
|

May 15th, 2003, 09:39 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Secure Tunnelling with SSH
Secure Tunnelling with SSH
April 02, 2003
You probably already know how to use SSH to securely log in to remote hosts over the Web. In this article, take things a little further by using SSH to encrypt connections to other ports as well. Scenarios covered include securing your mail server connection so that your mail password is always protected and creating secure pathways through firewalls for trusted hosts. Read the article .
Please discuss this article in this thread. You can read the article here .
|

May 28th, 2003, 10:02 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
If you would like to see an article covering a particular topic, please post your request here.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|