mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 14:38:04 +01:00
Fix ssh config for proxmox itsf
This commit is contained in:
parent
9fd088b465
commit
10485c2fe5
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ Host logsprod
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
#RemoteCommand sudo su - logreader
|
#RemoteCommand sudo su - logreader
|
||||||
|
|
||||||
|
Host proxmox-*.itsf.io
|
||||||
|
port 22
|
||||||
|
user gaugendre
|
||||||
|
|
||||||
Host *.itsf.io
|
Host *.itsf.io
|
||||||
port 4222
|
port 4222
|
||||||
PubkeyAcceptedKeyTypes +ssh-rsa
|
PubkeyAcceptedKeyTypes +ssh-rsa
|
||||||
|
|
Loading…
Reference in a new issue