mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] typos.
This commit is contained in:
parent
f64b8cbb17
commit
4d042b9113
3 changed files with 7 additions and 7 deletions
|
@ -72,7 +72,7 @@ Cette page liste plusieurs types d’installations, classés par catégories.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1 style="font-weight: 100">Advanced / others</h1>
|
<h1 style="font-weight: 100">Avancé / autres</h1>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
|
|
4
ssh.md
4
ssh.md
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
**SSH** stands for Secure Shell, and refers to a protocol that allows to remotly control a machine using the command line interface (CLI). It is available by default on Linux and Mac OS / OSX. On Windows, unfortunately you might need to use the [PuTTy](http://www.fastcomet.com/tutorials/getting-started/putty) software.
|
**SSH** stands for Secure Shell, and refers to a protocol that allows to remotly control a machine using the command line interface (CLI). It is available by default on Linux and Mac OS / OSX. On Windows, unfortunately you might need to use the [PuTTy](http://www.fastcomet.com/tutorials/getting-started/putty) software.
|
||||||
|
|
||||||
## During Yunohost installation
|
## During YunoHost installation
|
||||||
|
|
||||||
#### Find your IP
|
#### Find your IP
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ A password will be asked. If this is a VPS, your VPS provided should have commun
|
||||||
|
|
||||||
After logging in for the first time, you should change the root password. The server might automatically ask you to do so. If not, use the command `passwd`. It is important to choose a reasonably strong password.
|
After logging in for the first time, you should change the root password. The server might automatically ask you to do so. If not, use the command `passwd`. It is important to choose a reasonably strong password.
|
||||||
|
|
||||||
## After installing Yunohost
|
## After installing YunoHost
|
||||||
|
|
||||||
If you installed your server at home and are attempting to connect from outside your local network, make sure port 22 is correctly forwarded to your server.
|
If you installed your server at home and are attempting to connect from outside your local network, make sure port 22 is correctly forwarded to your server.
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# SSH
|
# SSH
|
||||||
|
|
||||||
## Qu'est-ce que SSH ?
|
## Qu’est-ce que SSH ?
|
||||||
|
|
||||||
**SSH** est un accronyme pour Secure Shell, et désigne un protocole qui permet de contrôler à distance une machine via la ligne de commande (CLI). C'est aussi une commande disponible de base sur Linux et Mac OS / OSX. Sous Windows, maleureusement il vous faudra utiliser le logiciel [PuTTy](http://www.fastcomet.com/tutorials/getting-started/putty).
|
**SSH** est un accronyme pour Secure Shell, et désigne un protocole qui permet de contrôler à distance une machine via la ligne de commande (CLI). C'est aussi une commande disponible de base sur Linux et Mac OS / OSX. Sous Windows, maleureusement il vous faudra utiliser le logiciel [PuTTy](http://www.fastcomet.com/tutorials/getting-started/putty).
|
||||||
|
|
||||||
## Pendant l'installation de YunoHost
|
## Pendant l’installation de YunoHost
|
||||||
|
|
||||||
#### Trouver son IP
|
#### Trouver son IP
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue