-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes
34 lines (28 loc) · 1.39 KB
/
notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
-------------------------
config.vm.provision "ansible" do |ansible|
ansible.verbose = "v"
ansible.playbook = "playbook.yml"
end
---------------
client.vm.synced_folder "/home/ansible/.ssh/", "/home/vagrant/.ssh/", :mount_options => ["dmode=777", "fmode=666"]
---------------------------------------------------------------------------------
problem :
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
51:82:00:1c:7e:6f:ac:ac:de:f1:53:08:1c:7d:55:68.
Please contact your system administrator.
Add correct host key in /Users/isaacalves/.ssh/known_hosts to get rid of this message.
Offending RSA key in /Users/isaacalves/.ssh/known_hosts:12
RSA host key for 104.131.16.158 has changed and you have requested strict checking.
Host key verification failed.
Solution:
ssh-keygen -R [remote-host-that -u-want-to-ssh]
-------------------------------------
note about ubuntu and centos nginx's root directory
on ubuntu : /var/www/html/index.nginx-debian.html
on centos : /usr/share/nginx/html/index.html