Sshd re-exec requires execution with an absolute path

Source: Internet
Author: User

Reproduced in: http://hi.baidu.com/dadait/blog/item/1db9ccbf82517a0d18d81fde.html

 

By default, FreeBSD does not allow the root user to log on via ssh. Then, modify the related configuration file:
FreeBSD # vi/etc/sshd/sshd_config
# Permitrootlogin No
Modify this sentence:
Permitrootlogin Yes
Save and exit. Restart the sshd service, but an error is returned: sshd re-exec requires execution with an absolute path
Enter the/etc/rc. d directory and enter sshd start,
The command execution method of FreeBSD may have changed. It must be as follows:
FreeBSD # cd/etc/rc. d
FreeBSD #./sshd start | stop | restart
Or directly enter the complete path and run the following command:
FreeBSD #/etc/rc. d/sshd start | stop | restart

This article comes from the log http://www.siutung.org of Dan harmony

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.