chore(user/ssh): add FIT and change ports on private
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
89b2ac114e
commit
221185076f
1 changed files with 20 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Allow authentication via Kerberos
|
|
||||||
GSSAPIAuthentication no
|
|
||||||
|
|
||||||
# By default use the FIDO2 key from Yubikey
|
# By default use the FIDO2 key from Yubikey
|
||||||
IdentityFile ~/.ssh/id_ed25519_sk
|
IdentityFile ~/.ssh/id_ed25519_sk
|
||||||
|
|
||||||
|
# Deny authentication via Kerberos by default
|
||||||
|
GSSAPIAuthentication no
|
||||||
|
|
||||||
# PIV secrets, disabled by default
|
# PIV secrets, disabled by default
|
||||||
PKCS11Provider none
|
PKCS11Provider none
|
||||||
# PKCS11Provider libykcs11.so.2
|
# PKCS11Provider libykcs11.so.2
|
||||||
|
@ -36,23 +36,33 @@ Host nymfe*
|
||||||
ProxyJump xfocko@aisa.fi.muni.cz
|
ProxyJump xfocko@aisa.fi.muni.cz
|
||||||
Hostname %h.fi.muni.cz
|
Hostname %h.fi.muni.cz
|
||||||
|
|
||||||
# Private
|
# FIT
|
||||||
Host maxwell
|
Host merlin
|
||||||
User mfocko
|
User xfockom00
|
||||||
Hostname maxwell.mfocko.xyz
|
Hostname merlin.fit.vutbr.cz
|
||||||
Port 6969
|
|
||||||
|
|
||||||
|
# Private
|
||||||
Host poincare
|
Host poincare
|
||||||
User mfocko
|
User mfocko
|
||||||
Hostname mfocko.xyz
|
Hostname mfocko.xyz
|
||||||
Port 10022
|
Port 22022
|
||||||
|
|
||||||
Host git.mfocko.xyz
|
Host git.mfocko.xyz
|
||||||
User git
|
User git
|
||||||
Hostname git.mfocko.xyz
|
Hostname git.mfocko.xyz
|
||||||
Port 2222
|
Port 2222
|
||||||
|
|
||||||
|
Host gitlab.mfocko.xyz
|
||||||
|
User git
|
||||||
|
Hostname gitlab.mfocko.xyz
|
||||||
|
Port 10023
|
||||||
|
|
||||||
|
Host maxwell
|
||||||
|
User mfocko
|
||||||
|
Hostname maxwell.mfocko.xyz
|
||||||
|
Port 22022
|
||||||
|
|
||||||
Host git.maxwell.mfocko.xyz
|
Host git.maxwell.mfocko.xyz
|
||||||
User git
|
User git
|
||||||
Hostname git.maxwell.mfocko.xyz
|
Hostname git.maxwell.mfocko.xyz
|
||||||
Port 6969
|
Port 22022
|
||||||
|
|
Loading…
Reference in a new issue