Replies: 3 comments 2 replies
-
You cant use -T with the ssh kitten. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Or rather it will be ignored since the ssh kitten adds -t when calling ssh |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'm confused if you are sshing into a server that does not provide shell access, why are you using the kitten at all?? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I've added the following to my fish login setup to help with ssh:ing into servers that hasn't kitty's terminfo as per faq:
https://sw.kovidgoyal.net/kitty/faq.html#i-get-errors-about-the-terminal-being-unknown-or-opening-the-terminal-failing-when-sshing-into-a-different-computer
However, I also want to be able to use GPG for SSH instead of keys under ~/.ssh. This works fine under other terminal editors and also if I remove the alias:
I guess the
GPG_TTY(tty)
construct breaks because of this alias and GPG tries to open up a passphrase dialog in the wrong terminal?Like so:
Any tips on how to manage this better?
Beta Was this translation helpful? Give feedback.
All reactions