diff options
| -rw-r--r-- | infrastructure/ssh_config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/infrastructure/ssh_config b/infrastructure/ssh_config index 069457f..1bd7f14 100644 --- a/infrastructure/ssh_config +++ b/infrastructure/ssh_config @@ -1,2 +1,3 @@ Host ñix.es - HostName 155.133.26.104 + # Apparently, openssh does not support punycode :( + HostName xn--ix-yja.es |
