mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update ssh.md
This commit is contained in:
parent
c87b8b3f99
commit
409d900dbf
1 changed files with 6 additions and 4 deletions
10
ssh.md
10
ssh.md
|
@ -1,6 +1,8 @@
|
|||
#SSH - Secure SHell
|
||||
To connect to your server by command line wich the secure shell:
|
||||
#SSH
|
||||
**SSH** permit you to command remotly your sever by command line interface (CLI).
|
||||
|
||||
ssh admin@my-server.org
|
||||
##### To connect to your server:
|
||||
|
||||
Administrator password
|
||||
`ssh admin@my-server.org`
|
||||
|
||||
Then, you need to enter your administrator password created at [post-installation step](postinstall).
|
Loading…
Reference in a new issue