-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use rsync within container to deploy docs
- Loading branch information
Showing
5 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Host docs.docupike.com | ||
Ciphers [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr | ||
KexAlgorithms curve25519-sha256,[email protected],diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha256 | ||
MACs [email protected],[email protected],[email protected] | ||
HostKeyAlgorithms ssh-ed25519,[email protected],[email protected],[email protected],rsa-sha2-256,[email protected],rsa-sha2-512,[email protected] | ||
StrictHostKeyChecking yes | ||
IdentitiesOnly yes | ||
IdentityFile /etc/ssh/keys/docs | ||
Port 22 | ||
User docs |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
docs.docupike.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEzBwZ9iHe6ddfsUJ6mlnB1EoPLrxRJ9259QmIh7+35j root@v220210656053155199 | ||
docs.docupike.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCUUa995JKtmGe1GEJyc/2YpIhURhdmOQ4xRF3Wgbz62cfzNoNF9DVlV24y8RAViSYCdoP38ZqIZ3NlaUA8h86IpMwfYV6E3kmnrql7t0cEtSL0WUwmZCbQO6EKldAtZaaxh9zRcy6pEQtqkDh0EVxbsD/iE18s9gc5oFDZ3U1FEjD9eGaGU6QXT/5L/0h988NowLwF5zbjl1z67W82AEkZLOrGfpy/K9UtASo//Nv0Wh315IZKI+Lc9RurrW+/re0TcVIfW5sT992DHkcRsONY3pncNxo3FT1UP783J/t9FBKbHVHf6cimlv9In+ilLJtzExPo1SaHHkFTWFMhy//WTEnuqtrEK8Us9UXq27ijRMn7ZUgG5QDUZQS6KSDrWleQD1GO1jZAoJ1ydux8JJsGxqZUz6+J2a+Sb4GcnxISYFTMaV/ujy5hpjCekx2osvitkwmLxVXHob9WnrTg4kDY1df0Q79YouFH3zvBuYdHCIUXgkQi+r+93Kjb4AXJ/lxIet8+CcoGrIg3782RtbsU560ZcvLOnjbbJQIdUQ/Q9oEcYcNmW+HRLnDZlk3jcAQ0zYcZjLNI4V4C7OfTa92TeTmcA84x2xIOLLKWwezGtyCT8afOAbJmioQ8dDhdxbAuwclP4rBnQnbdDo7qUfXrxN8gYqVIkjoOpJfO/HJGBQ== root@v220210656053155199 |
This file contains 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