Skip to content

Commit

Permalink
docs(server): add sshd launch
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanyf committed Jan 1, 2021
1 parent 54b427d commit 02b61a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ sudo yum install openssh-server
$ sshd
```

如果执行之后输出这条信息:*sshd re-exec requires execution with an absolute path*,需要使用绝对路径来启动:
上面的命令运行后,如果提示“sshd re-exec requires execution with an absolute path”,就需要使用绝对路径来启动。这是为了防止有人出于各种目的,放置同名软件在`$PATH`变量指向的目录中,代替真正的 sshd。

```bash
# Centos、Ubuntu、OS X
Expand Down

0 comments on commit 02b61a2

Please sign in to comment.