diff options
Diffstat (limited to 'roles/install_arch/files')
-rw-r--r-- | roles/install_arch/files/locale.conf | 3 | ||||
-rw-r--r-- | roles/install_arch/files/mirrorlist | 1 | ||||
-rw-r--r-- | roles/install_arch/files/resolv.conf | 6 | ||||
-rw-r--r-- | roles/install_arch/files/sshd_config | 11 | ||||
-rw-r--r-- | roles/install_arch/files/vconsole.conf | 1 |
5 files changed, 22 insertions, 0 deletions
diff --git a/roles/install_arch/files/locale.conf b/roles/install_arch/files/locale.conf new file mode 100644 index 0000000..82044dc --- /dev/null +++ b/roles/install_arch/files/locale.conf @@ -0,0 +1,3 @@ +LANG=de_DE.UTF-8 +LC_COLLATE=C +LANGUAGE=de_DE diff --git a/roles/install_arch/files/mirrorlist b/roles/install_arch/files/mirrorlist new file mode 100644 index 0000000..78d3883 --- /dev/null +++ b/roles/install_arch/files/mirrorlist @@ -0,0 +1 @@ +Server = http://mirrors.niyawe.de/archlinux/$repo/os/$arch diff --git a/roles/install_arch/files/resolv.conf b/roles/install_arch/files/resolv.conf new file mode 100644 index 0000000..aebd887 --- /dev/null +++ b/roles/install_arch/files/resolv.conf @@ -0,0 +1,6 @@ +nameserver 213.133.98.98 +nameserver 213.133.100.100 +nameserver 213.133.99.99 +nameserver 2a01:4f8:0:a0a1::add:1010 +nameserver 2a01:4f8:0:a102::add:9999 +nameserver 2a01:4f8:0:a111::add:9898 diff --git a/roles/install_arch/files/sshd_config b/roles/install_arch/files/sshd_config new file mode 100644 index 0000000..b007873 --- /dev/null +++ b/roles/install_arch/files/sshd_config @@ -0,0 +1,11 @@ +HostKey /etc/ssh/ssh_host_rsa_key +HostKey /etc/ssh/ssh_host_ed25519_key +AuthorizedKeysFile .ssh/authorized_keys +PasswordAuthentication no +ChallengeResponseAuthentication no +UsePAM no +PrintMotd no +Subsystem sftp /usr/lib/ssh/sftp-server +KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 +Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr +MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com diff --git a/roles/install_arch/files/vconsole.conf b/roles/install_arch/files/vconsole.conf new file mode 100644 index 0000000..c1e444e --- /dev/null +++ b/roles/install_arch/files/vconsole.conf @@ -0,0 +1 @@ +KEYMAP=de-latin1 |