SSH password-free, git pull and upload code, time synchronization

Source: Internet
Author: User
SSH Password free:
Create key
SSH-KEYGEN-T RSA
Always enter.

Copy public key to specify IP address
Ssh-copy-id-i. ssh/id_rsa.pub [Email protected]
Enter password

Test
SSH [email protected]

Git Pull and upload code:
Download the appropriate application directory and file
git clone [email protected]:root/test.git

Update packets (Pull data)
CD to the appropriate directory
Git pull
git status

Initialize the local git directory, and add the remote repository
Git init
git remote add origin [email protected]:root/test.git
Upload Code
git Add.
git commit-m ' Update '
Git push Origin Master

Time synchronization:
Yum-y Install NTP
Scheduled Tasks
Sync every 10 minutes
Crontab-e
/10 */usr/sbin/ntpdate pool.ntp.org >/dev/null 2>&1

SSH password-free, git pull and upload code, time synchronization

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.