mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update ssh_fr.md
This commit is contained in:
parent
095bbb4334
commit
aed90c994d
1 changed files with 6 additions and 4 deletions
10
ssh_fr.md
10
ssh_fr.md
|
@ -1,6 +1,8 @@
|
|||
#SSH - Secure SHell
|
||||
Pour se connecter à son serveur en ligne de commande avec le secure Shell :
|
||||
#SSH
|
||||
**SSH** permit you to command remotly your sever by command line interface (CLI).
|
||||
|
||||
ssh admin@mon-serveur.org
|
||||
##### To connect to your server:
|
||||
|
||||
Mot de passe administrateur
|
||||
`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