connecting to other network computer ssh?

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
User avatar
hannnndy
Forum Contributor
Posts: 131
Joined: Sat Jan 12, 2008 2:09 am
Location: Iran>Tehran
Contact:

connecting to other network computer ssh?

Post by hannnndy »

im tring to use ssh command to connect to a pc on network which is using ubuntu too but i could not would you help me to do so?
Scrumpy.Gums
Forum Commoner
Posts: 71
Joined: Thu Aug 30, 2007 2:57 pm
Location: Bristol, UK

Re: connecting to other network computer ssh?

Post by Scrumpy.Gums »

What errors are you receiving when you try to connect?

Check that you have sshd running on the computer you are trying to connect to.
User avatar
hannnndy
Forum Contributor
Posts: 131
Joined: Sat Jan 12, 2008 2:09 am
Location: Iran>Tehran
Contact:

Re: connecting to other network computer ssh?

Post by hannnndy »

i dont know it just wants to get password from me and not user
idontknow why ?
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: connecting to other network computer ssh?

Post by VladSun »

Because it sends your current (local) user.You need:

Code: Select all

ssh user_name@host
There are 10 types of people in this world, those who understand binary and those who don't
Post Reply