Update pm/gardefou.md
This commit is contained in:
parent
137d74a4b8
commit
b9af159cae
|
@ -30,14 +30,30 @@ Adresse ipv6 publique : 2001:910:1021::???
|
||||||
|
|
||||||
#### /etc/network/interfaces
|
#### /etc/network/interfaces
|
||||||
<details>
|
<details>
|
||||||
TODO ?
|
|
||||||
|
auto lo
|
||||||
|
iface lo inet loopback
|
||||||
|
|
||||||
|
# The primary network interface
|
||||||
|
allow-hotplug eno0
|
||||||
|
|
||||||
|
iface eno0 inet6 static
|
||||||
|
address 2001:910:1021:0::5/128
|
||||||
|
gateway 2001:910:1021::1
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Configuration SSH
|
## Configuration SSH
|
||||||
|
|
||||||
### /etc/ssh/sshd_config
|
### /etc/ssh/sshd_config
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TODO?
|
TODO?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Configuration MTA
|
## Configuration MTA
|
||||||
|
|
Loading…
Reference in New Issue