Adds AWS Instances to Output

This commit is contained in:
2023-09-23 06:46:03 -03:00
parent dbba207527
commit a9eb18c332
5 changed files with 24 additions and 75 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
echo -e "\n${extra_key}" >> /home/ubuntu/.ssh/authorized_keys;
echo "export TERM='xterm-256color';" > /home/ubuntu/.profile;
exit 0;