1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-11-05 22:15:38 -05:00

add ssh stuff

This commit is contained in:
2020-05-16 10:13:10 -04:00
parent c07b995d2c
commit d508c844b8
8 changed files with 83 additions and 14 deletions

66
ssh/.ssh/config Normal file
View File

@@ -0,0 +1,66 @@
Include conf.d/*
CanonicalizeHostname yes
CanonicalizeMaxDots 0
Host *
# https://stribika.github.io/2015/01/04/secure-secure-shell.html
ChallengeResponseAuthentication no
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr
ControlMaster auto
ControlPath /tmp/ssh-%r@%h:%p
ControlPersist 5m
ForwardAgent yes
ForwardX11 no
GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes
HashKnownHosts yes
HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
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
PasswordAuthentication no
PubkeyAuthentication yes
SendEnv LANG
ServerAliveCountMax 3
ServerAliveInterval 120
VisualHostKey yes
VerifyHostKeyDNS ask
# macOS specific
IgnoreUnknown AddKeysToAgent,UseKeychain
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_rsa
Host tufts
HostName linux.eecs.tufts.edu
User jjarvi01
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
Host code
HostName code.jarv.is
User jake
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
Host kali
HostName 50.116.62.61
User root
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
Host hashbang
HostName de1.hashbang.sh
User jakej
IdentityFile ~/.ssh/id_rsa
IdentitiesOnly yes
Host *.ssh.wpengine.net
IdentityFile ~/.ssh/wpe_devkit

1
ssh/.ssh/id_ed25519.pub Normal file
View File

@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHeuNlSZmqygM4XN7++pmfrNUsFzAjlxaYHoO/JXVdT5 jake@jarv.is

1
ssh/.ssh/id_rsa.pub Normal file
View File

@@ -0,0 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYZ5gJTqUnJkkcZ2UQFRpQ8bAjhf//MN+wjT177ByUHz1wcvw3mRrI3PDE9HCpbBlrqSZ46Y2lKktnTJ2Gl8f1XHbBYN2UbeLscprxeFZ/0M508LoJSjTs2Ao8B0x0VH9KxnKKDWzz2BrrkJ670ZWeV5D4WHaIrk/zvbnUeUnkQIJ303FQlHFXwk2/IgkscSM80W/qssW3nQAf+FgHhBc1nbFIP6y/Xz21pKQ3+Uh6eZcUGs4a9Rw/EfB3z41qB83BZKU2BxSTdet4xlEO0xfHRe5q7LLc3VsGcIwhHTZTtAW24UJvgNp5fqCQeJPlkhDy6F/WOag+EXsQq7R7MOEp jakejarvis@gmail.com