Re: How to configure sshd to automatically do port forwarding
- From: Fran Garcia <franchu.garcia@xxxxxxxxx>
- Date: Sun, 26 Jun 2011 00:21:09 +0200
On Thu, Jun 23, 2011 at 23:19, Allen, Jack <Jack.Allen@xxxxxxxxxxxx> wrote:
Hello:
I have an Application needs to connect to other systems, login
run an Application and then transfer data to the other Application. This
has been working via a program I wrote years ago called ptsd (Pseudo
Terminal Server). Basically the ptsd program listens on a local port
(127.0.0.1 20000). The Application open a connection to it and then ptsd
prompts for some information and then makes a telnet connection to the
other system and then just becomes a pipe, but handling the telnet
protocol on one side of it.
You can accomplish this using a config file in the _client_ host, ie:
user@client ~ # cat .ssh/config
Host remotehost
Localforward 20000 localhost:20000
# ssh remotehost
(connect to port 20000 on clienthost and your connections will be crypted :-))
HTH
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- Follow-Ups:
- RE: How to configure sshd to automatically do port forwarding
- From: Allen, Jack
- RE: How to configure sshd to automatically do port forwarding
- References:
- How to configure sshd to automatically do port forwarding
- From: Allen, Jack
- How to configure sshd to automatically do port forwarding
- Prev by Date: Big write delays
- Next by Date: Re: RHEL5.3 x64 first boot problem on FTS RX300 S6 - grub not loading
- Previous by thread: How to configure sshd to automatically do port forwarding
- Next by thread: RE: How to configure sshd to automatically do port forwarding
- Index(es):