Compare commits
No commits in common. "7cbcdd75b309baae92e75f72d8b2eb29dd702875" and "158d04e36c8710d3fb1d14b5a3bcd7968e6c5e37" have entirely different histories.
7cbcdd75b3
...
158d04e36c
4 changed files with 25 additions and 23 deletions
|
@ -2,14 +2,26 @@
|
|||
# repo name header and Include lines. You can add preferred servers immediately
|
||||
# after the header, and they will be used before the default mirrors.
|
||||
|
||||
#[core-testing]
|
||||
#[testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[core]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[extra-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[extra]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[community-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[community]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
# If you want to run 32 bit applications on your x86_64 system,
|
||||
# enable the multilib repositories as required here.
|
||||
|
||||
#[multilib-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[multilib]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--save /etc/pacman.d/mirrorlist
|
||||
--protocol https
|
||||
--country France,Germany
|
||||
--age 12
|
||||
--sort rate
|
||||
--country Germany
|
||||
--latest 5
|
||||
--sort age
|
||||
|
|
|
@ -38,13 +38,14 @@ Host helios
|
|||
# FIDO2
|
||||
IdentityFile ~/.ssh/id_ed25519_sk_yk5nano
|
||||
Host helios-unlock
|
||||
HostName 192.168.178.20
|
||||
#HostName space.home.strobel.one
|
||||
#HostName 192.168.178.20
|
||||
HostName space.home.strobel.one
|
||||
User root
|
||||
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
||||
UserKnownHostsFile ~/.ssh/known_hosts.initramfs
|
||||
Ciphers aes256-ctr
|
||||
MACs hmac-sha2-256
|
||||
#HostKeyAlgorithms ssh-rsa
|
||||
|
||||
## OpenWRT Router
|
||||
#Host owrt
|
||||
|
@ -77,25 +78,12 @@ Host hetznerstoragebox
|
|||
IdentityFile ~/.ssh/id_ed25519_sk_yk5nano
|
||||
|
||||
## Git services
|
||||
|
||||
Host github.com
|
||||
User git
|
||||
ControlMaster no
|
||||
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
||||
#MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com
|
||||
|
||||
Host gitlab.com
|
||||
User git
|
||||
ControlMaster no
|
||||
# FIDO2
|
||||
IdentityFile ~/.ssh/id_ed25519_sk_yk5nano
|
||||
|
||||
Host aur.archlinux.org
|
||||
User aur
|
||||
ControlMaster no
|
||||
# FIDO2
|
||||
IdentityFile ~/.ssh/id_ed25519_sk_yk5nano
|
||||
|
||||
## Friends
|
||||
Host max
|
||||
HostName multimax.haedicke.one
|
||||
|
@ -131,7 +119,7 @@ Host *
|
|||
ControlPersist 300
|
||||
ControlPath ~/.ssh/socket-%r@%h:%p
|
||||
IdentitiesOnly yes
|
||||
HashKnownHosts no
|
||||
HashKnownHosts yes
|
||||
PasswordAuthentication no
|
||||
ChallengeResponseAuthentication no
|
||||
StrictHostKeyChecking ask
|
||||
|
|
|
@ -12,3 +12,5 @@ gnome-extensions enable quick-settings-tweaks@qwreey
|
|||
gnome-extensions enable nightthemeswitcher@romainvigier.fr
|
||||
gnome-extensions enable AlphabeticalAppGrid@stuarthayhurst
|
||||
gnome-extensions enable tiling-assistant@leleat-on-github
|
||||
|
||||
gnome-extensions disable pop-shell@system76.com
|
||||
|
|
Loading…
Reference in a new issue