Closed mboeker closed 1 month ago
I don't know if this is a tabby issue or a clink issue, I'm creating it in both.
My .ssh/config:
Host * IdentityFile ~/.ssh/id_rsa UserKnownHostsFile /dev/null StrictHostKeyChecking no ServerAliveInterval 300 TCPKeepAlive yes
This worked fine before the last time I rebooted my laptop. It also still works fine in Putty:
Using username "mboeker". Authenticating with public key "imported-openssh-key" Welcome to Ubuntu 14.04 LTS (GNU/Linux 3.13.0-170-generic x86_64)
However in Tabby it is no longer working:
C:\Users\mboeker>ssh sbg-saio Warning: Permanently added '10.220.24.117' (ED25519) to the list of known hosts. mboeker@10.220.24.117's password:
Both of those sessions go to the same system using the same key and ssh config.
So it seems mobaxterm can still ssh, but visual code cannot, so this is not an issue with only tabby/clink
Found this is not related to Tabby or Clink.
I don't know if this is a tabby issue or a clink issue, I'm creating it in both.
My .ssh/config:
This worked fine before the last time I rebooted my laptop. It also still works fine in Putty:
However in Tabby it is no longer working:
Both of those sessions go to the same system using the same key and ssh config.