Ubuntu Forums Archive Viewer

Connect From one Comp. to Another without...

Archived thread 694711 from Security Discussions. Markdown source: Security_Discussions/thread_694711_Connect_From_one_Comp._to_Another_without....md

Original URL About this archive
#1

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!

#2

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)

#3

No, it isn't possible without first installing some service.

#4

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

#5

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

#6

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.