Skip to content

This repository will contain DevOps, Sysadmin challenges & their solutions hosted by KodeKloud Engineer.

Notifications You must be signed in to change notification settings

tanmay-bhat/KodeKloud-Engineer

Repository files navigation

KodeKloud Engineer Solutions

This repository will contain DevOps, Sysadmin challenges & their solutions hosted by KodeKloud Engineer.

Project details : Link

Deployment architecture : Link

SSH Automation : Use the ssh-config.sh script to login to all servers with Passwordless SSH.

  • You can run the script in jumhost via below command :
bash <(curl -sL https://gist.githubusercontent.com/tanmay-bhat/efbf13c604178ca916128195ffc860a0/raw/20f8300aa00054f27107e32420ab05cb2cd296e0/ssh-config.sh)
  • The script does below actions :
    • Install sshpass
    • Generate RSA Keys
    • Copy the generated public key to all servers via ssh-copy-id
    • Add the above servers as hosts in ./ssh/config file
  • Once the script is executed, you can login to servers via ssh like : ssh app1 or ssh jenkins etc.

About

This repository will contain DevOps, Sysadmin challenges & their solutions hosted by KodeKloud Engineer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages