Ubuntu安装完毕后,一般只有ssh客户端,使用 ps -ef |grep ssh 也可以发现只有ssh相关的进程。而我们需要用xshell终端通过SSH登录到安装好的Ubuntu时,就需要Ubuntu支持SSH服务端(sshd),并开启sshd服务。所以首先下载并安装ssh服务端(sshd)。
通过apt-cache search可查询到sshd包含在 openssh-server 软件包中,因此我们只需要安装 openssh-server 即可。
xxxx@~$ apt-cache search sshd
openssh-server - secure shell (SSH) server, for secure access from remote machines
fail2ban - ban hosts that cause multiple authentication errors
libconfig-model-cursesui-perl - curses interface to edit config data through Config::Model
libconfig-model-openssh-perl - configuration editor for OpenSsh
libconfig-model-tkui-perl - Tk GUI to edit config data through Config::Model
python-logsparser - Python library for log parsing, tagging and analysis.
xxxx@~$
xxxx@~$ sudo apt-get install openssh-server
安装完毕后,重启ssh服务(service sshd restart),通过 ps -ef |grep ssh
本文发布于:2024-01-29 00:49:13,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170646055811514.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |