>You don't need openssh-server, it's already installed.
What does it mean when it says 'set to manually installed' when I type in 'apt-get install openssh-server'?
and then tried to install openssh-server. Well I guess it kinda worked. I think it installed ssh-server because when I type in apt-get install ssh-server it says:
openssh-server is already the newest version.
openssh-server set to manually installed.
but when I try ssh:
sudo ssh 192.168.0.4
root@192.168.0.4's password: <-laptop
Welcome to Linux Mint 12 Lisa (GNU/Linux 3.0.0-12-generic i686)
Welcome to Linux Mint
* Documentation: http://www.linuxmint.com
Last login: Wed Mar 28 16:20:36 2012
Michaels-Laptop ~ # ssh 192.168.0.2 <----------------------------- computer in question
ssh: connect to host 192.168.0.2 port 22: No route to host
Michael, in Linux troubleshooting, "the error is the answer". So that means there is NO ROUTE TO HOST.
Is the machine on the same network?
# traceroute 192.168.0.4
# ping 192.168.0.4
Michaels-Laptop ~ #
The synaptic report is at 'a'.
bmike1@Michaels-PC:~$ /etc/init.d/sshd start
bash: /etc/init.d/sshd: No such file or directory
bmike1@Michaels-PC:~$ ssh localhost
ssh: connect to host localhost port 22: Connection refused
bmike1@Michaels-PC:~$
# cd /etc/init.d/
# ls -al ssh*
It's called /etc/init.d/ssh in Ubuntu https://help.ubuntu.com/10.04/serverguide/C/openssh-server.html