dotfiles

My personal home directory config files
git clone https://erai.gay/code/dotfiles/
Log | Files | Refs | LICENSE

config (454B)


      1 Host *
      2 	HostbasedAuthentication no
      3 	KbdInteractiveAuthentication no
      4 	PasswordAuthentication no
      5 	PubkeyAuthentication yes
      6 	PreferredAuthentications publickey
      7 	KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256
      8 	HostKeyAlgorithms ssh-ed25519
      9 	PubkeyAcceptedAlgorithms ssh-ed25519
     10 	Ciphers aes256-ctr
     11 	Compression no
     12 	MACs hmac-sha2-256,hmac-sha2-512-etm@openssh.com
     13 	ServerAliveInterval 5
     14 	ServerAliveCountMax 60
     15 	ObscureKeystrokeTiming no