Adds AWS Instances to Output
This commit is contained in:
8
instances/scripts/setup_server.sh
Normal file
8
instances/scripts/setup_server.sh
Normal 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;
|
||||
Reference in New Issue
Block a user