mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02: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). |