Created
July 15, 2025 04:42
-
-
Save muhamad-ridwant-tech/a6b20ed16cb7a04d538bf4f769d2b1e4 to your computer and use it in GitHub Desktop.
ssh-copy-id to all server.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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