Guest User

Untitled

a guest
Jan 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ADM-CMD
  2. bcdedit /set hypervisorlaunchtype off
  3. bcdedit /set hypervisorlaunchtype auto
  4.  
  5. linux
  6. for host in 1 2 3
  7. do
  8. ssh-copy-id root@centos${host}
  9. done
Add Comment
Please, Sign In to add comment