View Full Version : Connect From one Comp. to Another without...
TimUkaj
February 12th, 2008, 12:28 PM
Hey guys, this is my first post here, so be easy on me =)!
I have two laptops. On one of them I've installed Vista (we'll call this comp. a), and the other one which I'm currently on is my Ubuntu laptop (comp. b).
Both computers are connected to the same LAN (obviously). Is it possible for me to connect from comp. a to comp. b without having to install anything on the host machine (comp. b)?
I hope I've been clear enough.
Cheers!
paultag
February 12th, 2008, 02:13 PM
out of the box? not likely.
You can look up current security flaws on Launchpad. If you want shell based access, you can use SSH, or if you want to experiment with cracking, install some old version of a service (apache, etc) and try to break it (read: buffer overflows, etc)
Dr Small
February 12th, 2008, 02:56 PM
No, it isn't possible without first installing some service.
k_grdn
February 12th, 2008, 05:15 PM
Hi,
Depends what packages you initially installed, and what services are listening, try netstat -pant to see what tcp services are listening.
Shell:
Install openssh-server on the host b, install putty on the windows box to connect via ssh protocol.
Gui:
Install vncserver on host b, install vncveiwer on windows box, connects port 5900.
The reason for this is ubuntu is secure out of the box, unlike windows distros, you have control of port states.
Regards,
k_grdn
HermanAB
February 14th, 2008, 03:46 AM
No, Ubuntu does a totally boneheaded default install. You would need to install the OpenSSH server, a FTP server, or something like Netcat.
Alternatively, you could install Filezilla server on the Vista machine.
Cheers,
Herman
paultag
February 14th, 2008, 09:43 AM
boneheaded? Try Secure! Ubunu may not be any OpenBSD ("Only two remote holes in the default install, in more than 10 years!") but Ubuntu has a damn secure default install. Most Linux n00blets will never even notice their machine has no SSH Server.
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.