Update ssh.md

This commit is contained in:
ma.azimi@laposte.net 2014-07-23 16:44:43 +02:00 committed by YunoHost
parent c87b8b3f99
commit 409d900dbf

10
ssh.md
View file

@ -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).