Solaris 10 Study Notes-Beginner

Source: Internet
Author: User

1. recompile the system and set parameters.
Sys-unconfig

2. telnet remote login under Solaris 10
Modify/etc/default/login
Log out of the row # console =/dev/console

3. Enable the SSH service on Solaris 10
3.1 enable the Service
Svcadm enbale-RT SSH
3.2 Modify/etc/ssh/sshd_config to change "permitrootlogin no" to "permitrootlogin yes"
3.3 restart the SSH service svcadm restart SSH
3.4 enable the SSH service automatically every time the server restarts
In the/etc/rc2.d/folder, create a file in the format of "sxxxservicename". Note that the first letter must be in upper case, and XXX is a number, indicating the order of startup, write the following command into the file: "svcadm enable-RT ssh"

4. Add a user to a group
Usermod-G groupname Username

Related Article

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.