Skip to content
Snippets Groups Projects
Commit a31bdadc authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

grrr fix the chown /home/centos/.ssh

parent c677aa59
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ mkdir -p /home/centos/.ssh ...@@ -2,7 +2,7 @@ mkdir -p /home/centos/.ssh
echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1k/QM9bIIGYzgRSuUD3dHFH7UtvNBggiqoL2B4+3paUi4bFffbf6a6wfpZGZNC9tFzWZj1/DxZ36WZgmpWq4R9XV6iyUayOB8qaFQw08GHV+wmSO1Z8ZZgs5snqWQ/AXQNRVhFEV+VKBB6/sCBz3haIN51epwo5r5NoTaKAZ33gH1mjUDRj5CvUwWSWpEg1QeO3woC9jm8eBxRHQMHRBr+SSLSh/V4DCimMkdJpeOYrtzHsEQp3QJFDc0IGU/XXDL6zU0GooI9HcXAd5LUkUhtxRdLgyGFRcmI4n8idCyktBmVkB7myF1j6MUycjHCOz5y3UsJq87AcvysvKXmZCj noc-auth' > /home/centos/.ssh/authorized_keys echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1k/QM9bIIGYzgRSuUD3dHFH7UtvNBggiqoL2B4+3paUi4bFffbf6a6wfpZGZNC9tFzWZj1/DxZ36WZgmpWq4R9XV6iyUayOB8qaFQw08GHV+wmSO1Z8ZZgs5snqWQ/AXQNRVhFEV+VKBB6/sCBz3haIN51epwo5r5NoTaKAZ33gH1mjUDRj5CvUwWSWpEg1QeO3woC9jm8eBxRHQMHRBr+SSLSh/V4DCimMkdJpeOYrtzHsEQp3QJFDc0IGU/XXDL6zU0GooI9HcXAd5LUkUhtxRdLgyGFRcmI4n8idCyktBmVkB7myF1j6MUycjHCOz5y3UsJq87AcvysvKXmZCj noc-auth' > /home/centos/.ssh/authorized_keys
chmod 0700 /home/centos/.ssh chmod 0700 /home/centos/.ssh
chmod 0600 /home/centos/.ssh/authorized_keys chmod 0600 /home/centos/.ssh/authorized_keys
chown -R centos:centos /home/bga2017/.ssh chown -R centos:centos /home/centos/.ssh
restorecon -rv /home/centos restorecon -rv /home/centos
echo 'centos ALL=(ALL) ALL' >> /etc/sudoers echo 'centos ALL=(ALL) ALL' >> /etc/sudoers
restorecon -rv /etc/sudoers restorecon -rv /etc/sudoers
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment