mirror of
https://github.com/YGGverse/nexy.git
synced 2026-03-31 17:25:27 +00:00
Updated SSH (markdown)
parent
4b5409890c
commit
88e7c205c6
1 changed files with 4 additions and 2 deletions
6
SSH.md
6
SSH.md
|
|
@ -1,6 +1,8 @@
|
||||||
The tips below provide configuration details for accessing remote files over SSH.
|
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
|
1. `useradd -m nexy` - create new system user with its home directory
|
||||||
2. `passwd nexy` - provide strong password
|
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
|
4. `cd` - navigate to the home folder
|
||||||
5. `mkdir /home/nexy/public` - create location for the public fies
|
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:
|
Don't forget to open the SSH port to access your server remotely:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue