automated terminal push
This commit is contained in:
13
provision/installs/sshserver.bash
Executable file
13
provision/installs/sshserver.bash
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt update;
|
||||
|
||||
apt install -y openssh-server;
|
||||
|
||||
apt install -y sudo;
|
||||
|
||||
service ssh restart;
|
||||
|
||||
##
|
||||
|
||||
echo "fin."
|
||||
Reference in New Issue
Block a user