Skip to content

Instantly share code, notes, and snippets.

@muhamad-ridwant-tech
Created July 15, 2025 04:42
Show Gist options
  • Save muhamad-ridwant-tech/a6b20ed16cb7a04d538bf4f769d2b1e4 to your computer and use it in GitHub Desktop.
Save muhamad-ridwant-tech/a6b20ed16cb7a04d538bf4f769d2b1e4 to your computer and use it in GitHub Desktop.
ssh-copy-id to all server.
### Don't forget to add the SSH key to all remote server
### Verify that the naming has already been created at /etc/host.
## install Microcloud to all remote server
[ridwan@WarMachine]$
for i in {01,02,03}; do ssh-copy-id root@MicroCloud-${i};done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment