doc/ssh.md
ma.azimi@laposte.net 409d900dbf Update ssh.md
2014-07-23 16:44:43 +02:00

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