Ansible and Kitty #5312
chriscroome
started this conversation in
General
Replies: 1 comment
ssh kitten is for use in interactive scenarios. This feature relies on the kitty GUI. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've not found any issues or discussions about the use of Kitty and Ansible and would be interested if anyone has looked at all at how the SSH kitten and the Ansible use of SSH interact and if there are any tweaks one can make to configurations to improve things, especially when using Yubikeys and SSH. Note that I haven't found any issues so far, everything appears to be working fine! Perhaps there is nothing that needs to be done!
I've been meaning to experiment with the Ansible paramiko SSH connection but haven't found time yet.
I found that the Debian Bookworm version of Kitty, 0.21.2 was rather old so I wrote an Ansible role to install the latest version of Kitty (initially in
/usr/localuntil I realised that was a huge mistake 🙄) and then updated it to also install nightly and specific versions due to this issue, I've now added it to Ansible Galaxy in case anyone else wishes to install Kitty locally using Ansible.All reactions