doc/ssh.md

8 lines
250 B
Markdown
Raw Normal View History

2014-07-23 16:44:43 +02:00
#SSH
**SSH** permit you to command remotly your sever by command line interface (CLI).
2014-06-17 19:53:15 +02:00
2014-07-23 16:44:43 +02:00
##### To connect to your server:
2014-06-17 19:53:15 +02:00
2014-07-23 16:44:43 +02:00
`ssh admin@my-server.org`
Then, you need to enter your administrator password created at [post-installation step](postinstall).