Re: [CentOS] ssh port forwarding

2012-07-13 Thread Ski Dawg
Hello Mike, On Thu, Jul 12, 2012 at 7:45 PM, SilverTip257 wrote: > Doug, > > It's also possible to send ssh to the background and also skip remote > commands (perfect for tunneling). > > Options for ssh command: > -f .. background > -N . skip remote commands > I think these were

Re: [CentOS] ssh port forwarding

2012-07-12 Thread Chris Geldenhuis
On 07/13/2012 03:45 AM, SilverTip257 wrote: > Doug, > > It's also possible to send ssh to the background and also skip remote > commands (perfect for tunneling). > > Options for ssh command: > -f .. background > -N . skip remote commands > > ** Personally I'd look for a more robust

Re: [CentOS] ssh port forwarding

2012-07-12 Thread SilverTip257
Doug, It's also possible to send ssh to the background and also skip remote commands (perfect for tunneling). Options for ssh command: -f .. background -N . skip remote commands ** Personally I'd look for a more robust tunnel/VPN alternative. ** 1) OpenSSH tun/tap devices - but

Re: [CentOS] ssh port forwarding

2012-07-12 Thread We Are Here
At 19:15 12/07/2012, you wrote: Hi Doug, >Thanks for the feedback Tim. Glad I could help. >Using your string, I can now telnet to port 2 on localhost (hostA) and >I get the mysql connection string (from hostB), but it is not able to make >a mysql connection (using mysql -u user -p -h localho

Re: [CentOS] ssh port forwarding

2012-07-12 Thread Ski Dawg
On Thu, Jul 12, 2012 at 12:20 PM, Reindl Harald wrote: > > > Am 12.07.2012 20:15, schrieb Ski Dawg: > > Using your string, I can now telnet to port 2 on localhost (hostA) > and > > I get the mysql connection string (from hostB), but it is not able to > make > > a mysql connection (using mysql

Re: [CentOS] ssh port forwarding

2012-07-12 Thread m . roth
Ski Dawg wrote: > On Thu, Jul 12, 2012 at 11:30 AM, We Are Here > wrote: >> At 18:20 12/07/2012, you wrote: > >> >I am having a problem with setting up port forwarding from one of our >> local CentOS machines to an AWS EC2 instance. We are wanting to make mysql >> >connections over an ssh tunnel.

Re: [CentOS] ssh port forwarding

2012-07-12 Thread Ski Dawg
On Thu, Jul 12, 2012 at 11:30 AM, We Are Here wrote: > At 18:20 12/07/2012, you wrote: > > Hi Doug, > > >I am having a problem with setting up port forwarding from one of our > local > >CentOS machines to an AWS EC2 instance. We are wanting to make mysql > >connections over an ssh tunnel. > > > >

Re: [CentOS] ssh port forwarding

2012-07-12 Thread Joseph Spenner
From: Ski Dawg To: CentOS mailing list Sent: Thursday, July 12, 2012 10:20 AM Subject: [CentOS] ssh port forwarding We are wanting to make mysql connections over an ssh tunnel. In this case, lets say that hostA is our local machine, and hostB is the Amazon

Re: [CentOS] ssh port forwarding

2012-07-12 Thread We Are Here
At 18:20 12/07/2012, you wrote: Hi Doug, >I am having a problem with setting up port forwarding from one of our local >CentOS machines to an AWS EC2 instance. We are wanting to make mysql >connections over an ssh tunnel. > >In this case, lets say that hostA is our local machine, and hostB is the

[CentOS] ssh port forwarding

2012-07-12 Thread Ski Dawg
Hello Everyone, I am having a problem with setting up port forwarding from one of our local CentOS machines to an AWS EC2 instance. We are wanting to make mysql connections over an ssh tunnel. In this case, lets say that hostA is our local machine, and hostB is the Amazon EC2 instance. I have tri