connecting to other network computer ssh?
Moderator: General Moderators
- hannnndy
- Forum Contributor
- Posts: 131
- Joined: Sat Jan 12, 2008 2:09 am
- Location: Iran>Tehran
- Contact:
connecting to other network computer ssh?
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?
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.
Check that you have sshd running on the computer you are trying to connect to.
- hannnndy
- Forum Contributor
- Posts: 131
- Joined: Sat Jan 12, 2008 2:09 am
- Location: Iran>Tehran
- Contact:
Re: connecting to other network computer ssh?
i dont know it just wants to get password from me and not user
idontknow why ?
idontknow why ?
Re: connecting to other network computer ssh?
Because it sends your current (local) user.You need:
Code: Select all
ssh user_name@hostThere are 10 types of people in this world, those who understand binary and those who don't