Update install.sh
parent
75bd5a36e0
commit
4899ca6e2d
10
install.sh
10
install.sh
|
|
@ -24,3 +24,13 @@ echo '///---End update system ---///'
|
|||
echo '///---Start install OPenssh ---///'
|
||||
sudo apt-get install openssh-server -y
|
||||
echo '///---End install OpenSSH ---///'
|
||||
|
||||
# Enable Firewall
|
||||
echo '///---Enable firewall start ---///'
|
||||
sudo ufw enable
|
||||
echo '///---Enable firewall End ---///'
|
||||
|
||||
# configure the firewall
|
||||
echo '///---Enable open SSH on firewall ---///'
|
||||
sudo ufw allow OpenSSH
|
||||
echo '///---Done ---///'
|
||||
Loading…
Reference in New Issue