diff options
author | H. P. <harald.p.@xmart.de> | 2018-11-01 13:35:02 +0100 |
---|---|---|
committer | H. P. <harald.p.@xmart.de> | 2018-11-01 13:35:02 +0100 |
commit | f48ed4f951820e7cd3b60e7a79991e28d5ed9e51 (patch) | |
tree | b2fe2dbf4053a94ea61b8e4e9295c03e866aa9db /localfs | |
parent | 0632591996893fe136a1f2fe44d9b9f404f41f3e (diff) | |
download | fedora-laptop-f48ed4f951820e7cd3b60e7a79991e28d5ed9e51.tar.bz2 |
adding key example files
Diffstat (limited to 'localfs')
6 files changed, 5 insertions, 1 deletions
diff --git a/localfs/etc/sysconfig/network-scripts/.gitignore b/localfs/etc/sysconfig/network-scripts/.gitignore deleted file mode 100644 index d238de3..0000000 --- a/localfs/etc/sysconfig/network-scripts/.gitignore +++ /dev/null @@ -1 +0,0 @@ -keys-* diff --git a/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-Brueckengandalf b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-Brueckengandalf new file mode 100644 index 0000000..c8ed0b3 --- /dev/null +++ b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-Brueckengandalf @@ -0,0 +1 @@ +WPA_PSK=some-funny-passphrase diff --git a/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-dingeling b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-dingeling new file mode 100644 index 0000000..c8ed0b3 --- /dev/null +++ b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-dingeling @@ -0,0 +1 @@ +WPA_PSK=some-funny-passphrase diff --git a/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-hotspot b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-hotspot new file mode 100644 index 0000000..7f0a8d2 --- /dev/null +++ b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-hotspot @@ -0,0 +1 @@ +WPA_PSK=30JahreUnsicherePasswoerter!!!einself diff --git a/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-peap-gtc b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-peap-gtc new file mode 100644 index 0000000..daca446 --- /dev/null +++ b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-peap-gtc @@ -0,0 +1 @@ +IEEE_8021X_PASSWORD=your-password-obviously diff --git a/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-peap-mschapv2 b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-peap-mschapv2 new file mode 100644 index 0000000..d4054f4 --- /dev/null +++ b/localfs/etc/sysconfig/network-scripts/keys-wlp1s0-peap-mschapv2 @@ -0,0 +1 @@ +IEEE_8021X_PASSWORD=your-password-here |