SSH for building an embedded environment
Author: Tiger-JohnTime: 2013-6-20Mail: jibo.tiger@gmail.comBlog: http://blog.csdn.net/tigerjb/article/details/9195759
Reprinted please indicate the source!
Almost graduated. Before leaving, I helped my
OriginalFirst, modify the Vi/etc/ssh/sshd_config file1, modify the default port: The default is 22, and has been commented out, the modification is to remove the comments, and modify the other ports.2, prohibit the root user remote login: Modify the
1. Modify the VI/etc/ssh/sshd_config file1. Modify the default port: the default port is 22 and has been commented out. The comment is removed and changed to another port.2. Disable remote login for the root user: Modify permitrootlogin, Which is
Server1 Host Name: CENTOS6 ip:192.168.2.105 operating system: centos6.5Server2 Host Name: RHEL6 ip:192.168.2.110 operating system: rhel6.5In order to achieve server1 to Server2 can achieve no password login, you can use the Ssh-keygen tool on the
Build a git repository under the CentOS server and use the SSH protocol to manage warehouse code permissions git official website (http://git-scm.com/)Using the SSH protocol:One, install git, use yum install git or use the source package to install
Article Title: Practical SSH skills and instructions for using common commands. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems,
Configure SSH password-free login1) Verify that the ssh:ssh-version is installedThe following shows the successful installation of theOpenssh_6.2p2 ubuntu-6ubuntu0.1, OpenSSL 1.0.1e 2013Bad escape character ' rsion '.Otherwise installation Ssh:sudo
SSH is one of the most widely used remote secure login services on unix-like systems. The default port is tcp 22. Due to the need for remote management, many firewalls have opened port 22 to the outside, which makes the SSH service vulnerable to
It is a distributed code management tool. Remote code management is based on SSH, so SSH configuration is required to use remote git.
The SSH configuration for GitHub is as follows:
I,
Set git user name and email:
$ git config --global user.name
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.