Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.14 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.14 KB

ESUMH

License: GPL v3

(E)nable (S)sh for (U)sername on (M)ultiple (H)ost

This script enables SSH for a user defined username on multiple hosts. Script is tested on AWS Ubuntu 18.04 (Bionic Beaver) instances.

Prerequisites

Host Keys and script should be in same folder.

How to run

To run the script replace

remoteHost=(host1, host2, host3, host4, host5)

with your Host Address and

remoteHostPass=(key1, key2, key3, key4, key5)

with Hostkeys. You can also the change the password of user which is currently q6Y8jl9.

When everything is set run the script with the argument USERNAME

sh ESUMH.sh USERNAME

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Chirayu kapoor

License

This project is licensed under the GNU V3.0 License - see the LICENSE file for details