Merge branch 'main' of git.its-et.me:etorres/dotfiles
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
# ssh config file
|
# ssh config file
|
||||||
Host *
|
Host *
|
||||||
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
|
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
|
||||||
|
UseKeychain yes
|
||||||
|
AddKeysToAgent yes
|
||||||
|
IdentitiesOnly yes
|
||||||
|
|
||||||
# GitHub
|
# GitHub
|
||||||
Host github.com
|
Host github.com
|
||||||
@@ -125,4 +128,4 @@ Host web-01
|
|||||||
Host test-nixos
|
Host test-nixos
|
||||||
User etorres
|
User etorres
|
||||||
IdentityFile=~/.ssh/test-nixos
|
IdentityFile=~/.ssh/test-nixos
|
||||||
HostName 192.168.1.151
|
HostName test-nixos.tail755c5.ts.net
|
||||||
|
Reference in New Issue
Block a user