在suse enterprise 10下如何开启ssh
在suse enterprise 10下如何开启ssh
要想在suse enterprise 10上开启ssh,首先你要确保安装了openssh。如果没有安装,可以使用yast或者zypper来进行安装。
安装完openssh后,运行命令“/etc/init.d/sshd start”来启动ssh服务。
如果要设置ssh服务开机启动,可以使用chkconfig命令来完成:
chkconfig sshd on
相关文章