sshd不能開啟 - Linux

Table of Contents

請問一下
我打dpkg -l | grep ssh
出現
ii libssh-4 0.5.2-1
tiny C SSH library
ii openssh-client 1:5.9p1-5ubuntu1
secure shell (SSH) client, for secure access to remote machines
ii openssh-server 1:5.9p1-5ubuntu1
secure shell (SSH) server, for secure access from remote machines
ii python-paramiko 1.7.7.1-2
Make ssh v2 connections with Python
ii ssh 1:5.9p1-5ubuntu1
secure shell client and server (metapackage)
ii ssh-askpass-gnome 1:5.9p1-5ubuntu1
interactive X program to prompt users for a passphrase for ssh-add
ii ssh-import-id 2.10-0ubuntu1
securely retrieve an SSH public key and install it locally


看來openssh-server有安裝好
可是當我打 sudo service sshd start
總是得到 sshd: unrecognized service

為什麼會這樣呢?

--

All Comments

Robert avatarRobert2012-11-12
應該是service ssh?
Gary avatarGary2012-11-16
可是我要啟動的是ssh daemon阿 @@
Franklin avatarFranklin2012-11-17
可以了,果然是service ssh,怎麼跟鳥哥教的不一樣阿!
Yedda avatarYedda2012-11-21
dpkg 應該是 debian 流派囉,鳥哥文件上已redhat為主
Thomas avatarThomas2012-11-25
有些名字上的差異還蠻正常的呀,找不到可以到 /etc/init.d/
去翻看看