-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnemean_lion.sh
18 lines (15 loc) · 1008 Bytes
/
nemean_lion.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# **************************************************************************** #
# #
# ::: :::::::: #
# nemean_lion.sh :+: :+: :+: #
# +:+ +:+ +:+ #
# By: kmira <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/03/01 16:12:59 by kmira #+# #+# #
# Updated: 2019/03/01 16:30:21 by kmira ### ########.fr #
# #
# **************************************************************************** #
#!/bin/bash
PORT_NUM="57485"
sed -i 's/# Port 22/ Port $PORT_NUM' /etc/ssh/sshd_config
service sshd restart