dotfiles

[ACTIVE] managed with chezmoi
git clone git://git.figbert.com/dotfiles.git
Log | Files | Refs

config.tmpl (935B)


      1 Host *
      2     KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
      3     HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa
      4     Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
      5     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
      6     ChallengeResponseAuthentication no
      7     PasswordAuthentication no
      8     PubkeyAuthentication yes
      9     UseRoaming no
     10 Host home
     11     HostName figbert.com
     12     User figbert
     13     IdentityFile ~/.ssh/id_ed25519
     14 Host git
     15     HostName figbert.com
     16     User git
     17     IdentityFile ~/.ssh/id_ed25519
     18 Host remarkable
     19     HostName {{ .ssh.remarkable }}
     20     User root
     21     IdentityFile ~/.ssh/id_rsa
     22 Host pihole
     23     HostName {{ .ssh.pihole }}
     24     User figbert
     25     IdentityFile ~/.ssh/id_ed25519