Rishi Malik
Rishi Malik
I've seen this too. If you've set paste, it seems to mess with it a bit more, so set nopaste before commenting. Also, I've noticed that the most consistent way...
> without changing anything you can switch to the version of SSH that comes with your OS and things work. Yes, that's correct. Here's an example starting clean with no...
Hi @a-dma. Sure, I duplicated this again. When it fails, the agent output is. ``` debug1: new_socket: type = CONNECTION debug3: fd 4 is O_NONBLOCK debug1: process_message: socket 1 (fd=4)...
Yeah, unfortunately there's no other output in the failure case. It just stops after "entering". Good spot on the debug2 vs debug3, let me check versions on the agent. I...
I have confirmed there is only one ssh-agent running at a time. ssh-agent itself doesn't seem to have a version embedded in it, however I have confirmed the issue occurs...
@martelletto The output of the ssh-add -T is below. Seems to hang for bit before finishing (unlike the ssh commands). ``` rishi.malik@rishi:~$ ssh-add -T add_output.txt debug1: new_socket: type = CONNECTION...
@martelletto Sorry for the delay! I'm not sure what you mean by notification. When I'm prompted for the press, the key does blink. But I'm not sure what I would...
This fixes #54
I don't think there's an answer, and I kinda think it's by design to keep a consistent view at a given commit. But there are a few loopholes. I've put...
Same issue. The solution by @vigohe works for me. I have to apply twice, but it works. Changes/deletes/adds after that all work as expected. ``` resource "google_compute_region_backend_service" "service_vip" { provider...