parent
58fc09dc5e
commit
467c7166f5
@ -0,0 +1,23 @@
|
||||
### Add New User
|
||||
|
||||
```
|
||||
adduser <username>
|
||||
usermod -aG sudo <username>
|
||||
```
|
||||
|
||||
### Prevent timeout from ssh
|
||||
|
||||
```
|
||||
nano /etc/ssh/sshd_config
|
||||
```
|
||||
|
||||
```
|
||||
ClientAliveInterval 120
|
||||
ClientAliveCountMax 720
|
||||
```
|
||||
|
||||
### Check Timezone
|
||||
|
||||
```
|
||||
dpkg-reconfigure tzdata
|
||||
```
|
Loading…
Reference in new issue