Re: How do I set up a ssh tunnel between two FreeBSD systems ?

2003-06-08 Thread Jim Mock
On Saturday, June 7, 2003, at 09:36 PM, Josh Brooks wrote: Hello, Hi, I have read the ssh man page and am not getting the results I think I should. some background: serverA is the client serverB is running sendmail on port 25 I want to telnet to serverA on port 34 and get a response from the

Re: How do I set up a ssh tunnel between two FreeBSD systems ?

2003-06-07 Thread Steve Sapovits
On Sat, 07 Jun 2003 21:36:32 -0700 (PDT) Josh Brooks <[EMAIL PROTECTED]> wrote: > I have read the ssh man page and am not getting the results I think I > should. some background: > > serverA is the client > > serverB is running sendmail on port 25 > > > I want to telnet to serverA on port 34

How do I set up a ssh tunnel between two FreeBSD systems ?

2003-06-07 Thread Josh Brooks
Hello, I have read the ssh man page and am not getting the results I think I should. some background: serverA is the client serverB is running sendmail on port 25 I want to telnet to serverA on port 34 and get a response from the sendmail daemon running on serverB. I tried this: ssh -L 34: