Re: [Mikrotik] ssh tunneling routeros

2010-01-10 Thread Hilton J Ralphs
You may want to check this out; http://forum.mikrotik.com/viewtopic.php?f=2&t=33603&hilit=ssh -- Regards Hilton +2782-572-9619 -Original Message- Can I somehow SSH tunnel to a RouterOS? ___ Mikrotik mailing list Mikrotik@mail.butchevans.co

Re: [Mikrotik] ssh tunneling routeros

2010-01-10 Thread Josh Luthman
IIRC those options are enabled, yes. On 1/10/10, Vadkan Jozsef wrote: > Like that we can: > > apt-get install openssh-server > > under e.g.: Debian, and then from a Linux client: > > ssh -fND localhost:6000 some...@192.168.56.5 -p PORTNUMBER > > then the SSH tunnel works [192.168.56.5 was the Deb

[Mikrotik] ssh tunneling routeros

2010-01-10 Thread Vadkan Jozsef
Like that we can: apt-get install openssh-server under e.g.: Debian, and then from a Linux client: ssh -fND localhost:6000 some...@192.168.56.5 -p PORTNUMBER then the SSH tunnel works [192.168.56.5 was the Debian machine]. Can I somehow SSH tunnel to a RouterOS? __