Hi How can I configure ssh forwarding as putty in window Thank you --------------------------------- Yahoo! Canada Toolbar : Search from anywhere on the web and bookmark your favourite sites. Download it now! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20081205/7a7f5d97/attachment-0003.html>
chloe K wrote:> Hi > > How can I configure ssh forwarding as putty in window > > Thank you > > ------------------------------------------------------------------------ > > *Yahoo! Canada Toolbar :* Search from anywhere on the web and bookmark > your favourite sites. Download it now! <http://ca.toolbar.yahoo.com/> > > ------------------------------------------------------------------------ > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >Try this: http://sourceforge.net/projects/gstm/
chloe K wrote:> How can I configure ssh forwarding as putty in windowAre you asking how to use putty for ssh forwarding? See putty's documentation: 3.5 Using port forwarding in SSH http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter3.html#using-port-forwarding If you are asking how to do port forwarding within CentOS: SSH: Port Forwarding http://www.ssh.com/support/documentation/online/ssh/adminguide/32/Port_Forwarding.html Kennet h
Hi, On Fri, Dec 5, 2008 at 19:53, Kenneth Burgener <kenneth at mail1.ttak.org> wrote:> If you are asking how to do port forwarding within CentOS: > > SSH: Port Forwarding > http://www.ssh.com/support/documentation/online/ssh/adminguide/32/Port_Forwarding.htmlBad reference (though except for the command name it appears to work alike). CentOS does not include SSH2 from ssh.com, but OpenSSH from the OpenBSD project. The documentation for port forwarding using OpenSSH is here: http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1#TCP+FORWARDING Or, better yet, SSH documentation for RHEL5.2, which is also published in CentOS website: http://www.centos.org/docs/5/html/5.2/Deployment_Guide/s2-ssh-beyondshell-tcpip.html HTH, Filipe