fix(ssh): correct paths
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
|
||||
Host github.com
|
||||
Host alps
|
||||
User git
|
||||
IdentityFile /root/ssh/id_ed25519
|
||||
IdentityFile /opt/secure/ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking yes
|
||||
Port 2222
|
||||
|
||||
Host *
|
||||
ProxyCommand /home/devuser/ssh-blocker.sh %h %p
|
||||
ProxyCommand /opt/secure/ssh/ssh-blocker.sh %h %p
|
||||
|
Reference in New Issue
Block a user