Operating System - Linux
1828057 Members
1906 Online
109974 Solutions
New Discussion

Re: Connecting remotely from linux to linux

 
Karthik_sg
Frequent Advisor

Connecting remotely from linux to linux

Hi all,
I want to know how we conect linux machine from another linux machine remotely(This is basically for connecting home to office computer).In windows i used putty and used the following steps to connect it.But how do i do it in linux please advise with steps.
steps to connect from windows:
Steps to create VPN connection

1) go to mynetowrks , click on view connection, click on Create connection
2) select Connect to network (using VPN) click on next
3) select VPN connection click next
4) Give ip address 61.85.76.56
then when we start putty i can just give username and password and started working remotely.Please advise how to do the same in linux.Thanks in advance.

3 REPLIES 3
Rob Leadbeater
Honored Contributor

Re: Connecting remotely from linux to linux

Hi,

PuTTY is just a Windows SSH client, so you should be able to do the same from Linux with the command "ssh".

So, if I've understood your scenario correctly, this should work:

$ ssh 61.85.76.56

Hope this helps,

Regards,

Rob
Karthik_sg
Frequent Advisor

Re: Connecting remotely from linux to linux

Thanks for the reply, but 61.85.76.56 is our routers address from there(from router to intranet) we connect to an intranet and my machine ip is say 192.168.0.45.So i want to connect to my machine please do let me know how this can be accomplished.
Ivan Ferreira
Honored Contributor

Re: Connecting remotely from linux to linux

Please see poptop page:

http://www.poptop.org/
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?