mirror of
https://github.com/YunoHost/doc.git
synced 2025-11-04 12:28:36 +01:00
8 lines
No EOL
250 B
Markdown
8 lines
No EOL
250 B
Markdown
#SSH
|
|
**SSH** permit you to command remotly your sever by command line interface (CLI).
|
|
|
|
##### To connect to your server:
|
|
|
|
`ssh admin@my-server.org`
|
|
|
|
Then, you need to enter your administrator password created at [post-installation step](postinstall). |