22
0
Fork 0

précision sur la conf

This commit is contained in:
Daniel Jakots 2017-10-25 16:29:53 -04:00
parent bc85781250
commit 4674b725f0
1 changed files with 17 additions and 0 deletions

View File

@ -31,6 +31,23 @@ serveur dépend du choix qui a été fait lors de l'installation.
### Configuration minimale
<http://man.openbsd.org/sshd_config>
~~~
/etc/ssh
├── moduli
├── ssh_config
├── sshd_config
├── ssh_host_dsa_key
├── ssh_host_dsa_key.pub
├── ssh_host_ecdsa_key
├── ssh_host_ecdsa_key.pub
├── ssh_host_ed25519_key
├── ssh_host_ed25519_key.pub
├── ssh_host_rsa_key
└── ssh_host_rsa_key.pub
~~~
La configuration de base qu'on utilise (les commentaires sont les
options par défaut pouvant être changées).