1
0
Fork 0

Compare commits

...

4 Commits

Author SHA1 Message Date
Tobias Strobel 7cbcdd75b3 Add ssh host aur.archlinux.org 2023-05-22 00:15:02 +02:00
Tobias Strobel ab58acdd3f Add ssh host gitlab.com 2023-05-22 00:14:41 +02:00
Tobias Strobel d7dacb5a2f Update ssh config 2023-05-22 00:10:44 +02:00
Tobias Strobel 5c3ac3d142 Update pacman.conf after ArchLinux Git migration
https://archlinux.org/news/git-migration-completed/
2023-05-22 00:07:27 +02:00
4 changed files with 23 additions and 25 deletions

View File

@ -2,26 +2,14 @@
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[testing]
#[core-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

View File

@ -1,5 +1,5 @@
--save /etc/pacman.d/mirrorlist
--protocol https
--country Germany
--latest 5
--sort age
--country France,Germany
--age 12
--sort rate

View File

@ -38,14 +38,13 @@ 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
@ -78,12 +77,25 @@ 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
@ -119,7 +131,7 @@ Host *
ControlPersist 300
ControlPath ~/.ssh/socket-%r@%h:%p
IdentitiesOnly yes
HashKnownHosts yes
HashKnownHosts no
PasswordAuthentication no
ChallengeResponseAuthentication no
StrictHostKeyChecking ask

View File

@ -12,5 +12,3 @@ 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