Updated SSH (markdown)

oooo-ps 2025-06-27 19:21:52 +03:00
parent 4b5409890c
commit 88e7c205c6

6
SSH.md

@ -1,6 +1,8 @@
The tips below provide configuration details for accessing remote files over SSH.
## System user
## Linux
### System user
1. `useradd -m nexy` - create new system user with its home directory
2. `passwd nexy` - provide strong password
@ -8,7 +10,7 @@ The tips below provide configuration details for accessing remote files over SSH
4. `cd` - navigate to the home folder
5. `mkdir /home/nexy/public` - create location for the public fies
## Firewall
### Firewall
Don't forget to open the SSH port to access your server remotely: