sshd

sshd
常用释义
sshd

扩展信息

固态混合硬盘(Solid State Hybrid Drives)
...2.5寸硬盘,这个月Seagate发表了新一代的「SSHDSolid State Hybrid Drives)」(就是5400rpm的2.5寸硬盘内建8GB的ML…
固态混合硬盘(Solid State Hybrid Drive)
如何使用固态混合硬盘(SSHD)技术来升级笔记本硬盘通过升级至固态混合硬盘(SSHD),来获取闪电般的速度和超大容量,让您 …
远程连接
新服务器系统标准安装 服务器租用增值服务... ... Development tools (系统设置工具) Sshd远程连接) 2G SWAP / 剩余 ...

例句

在一个服务器上使用两个以太网卡,安全壳守护进程将默认地在端口22监听每一块以太网卡。这通常是你所希望的。

If the server is disallowing the authentication, open up the ssh server trace (sshd. trace on machineA) to look for clues.

如果是服务器阻碍了认证,那么打开ssh服务器跟踪(machineA上的sshd.trace)寻找线索。

这时主机依旧完全是一个一般的sshd服务器,而不具有任何Twisted特征,它自然而然地会开始发送回一些数据。

To make updates to this file and to apply the updates to the running sshd process, you will need to be the root user.

为了更新这个文件,并将更新应用于正在运行的sshd进程,需要root用户身份。

在服务器端,停止sshd服务,然后带调试选项启动它。

记住在配置文件被更新后通知每个主机上的sshd进程重新读取配置文件。

To re-process the sshd_config file, send the SIGHUP command to the sshd (ssh server daemon) process.

为了重新处理sshd_config文件,发送SIGHUP命令到sshd(ssh服务器守护)进程。

A new config option, ChrootDirectory, is included in the sshd_config file that specifies the path to chroot after authentication.

sshd_config文件中增加了一个新的配置选项ChrootDirectory,它指定身份验证之后chroot的路径。

It allows you to connect to an sshd server, using port forwarding, X11 forwarding, file transfer, and so on.

它允许你连接到一个sshd服务器,使用端口转发,X11转发,文件传输等等。

This update to sshd_config will allow the ssh server to accept host-based authentication requests from the ssh clients.

对sshd_config的上述更新将允许ssh服务器接受来自ssh客户机的基于主机的认证请求。

For ssh server configurations to take effect, the sshd process will need to re-process the sshd_config file.

为了使ssh服务器配置生效,sshd进程需要重新处理sshd_config文件。

The AllowUsers list in the sshd_config file is then extracted and compared with the newly generated user list.

然后,提取sshd_config文件中的AllowUsers列表并与生成的用户列表进行对比。

最后,您需要启动sshd过程,并对其进行配置,以便在启动时执行。

Add a UsePAM yes line to the file, restart the sshd daemon, and that's all!

在此文件中添加UsePAMyes行,重新启动sshd守护进程,这样就行了!

让我们抽取sshd日志消息中所提及的所有IP地址。

The real_daemon informs wrappers where the real daemons live like ftpd, telnetd, and sshd.

real_daemon通知wrappers实际的守护进程,如ftpd、telnetd和sshd在哪里。

如果在调试模式下启动sshd,会在标准输出中报告sshd在sshd_conf中找到的错误。

为sshd启用调试,检查是否有任何错误。

Assuming you are using OpenSSH, you will need to modify a file called sshd_config to allow this.

假设正在使用OpenSSH,将需要修改名为sshd_config的文件来允许分层。

In the skeleton example in Listing 1, we saw the copy: and links: section that set up sshd, but what do they do?

在清单1中的框架示例中,我们看到设置sshd的copy:和links:节,它们是干什么的呢?