Dav*_*ith 7 fedora sshd chkconfig
我刚刚安装了 Fedora 18,并尝试配置sshd
- 我使用过,chkconfig
但这仅sshd
在用户登录时启动。如何更改以便sshd
在系统启动时启动?
Chr*_*her 11
尝试 Fedora 17 方法...
systemctl enable sshd.service
Run Code Online (Sandbox Code Playgroud)
这将启用 sshd,因此它会在下次启动和每次后续启动时启动,但不会立即启动 sshd。
此时,您可以重新启动(这将启动它)或使用手动启动它
systemctl start sshd.service
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
14809 次 |
最近记录: |