feat: add ssh config and blocker shell script
This commit is contained in:
9
ssh/config
Normal file
9
ssh/config
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
Host github.com
|
||||
User git
|
||||
IdentityFile /root/ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking yes
|
||||
|
||||
Host *
|
||||
ProxyCommand /home/devuser/ssh-blocker.sh %h %p
|
Reference in New Issue
Block a user