Denis Palashevskii

Results 35 comments of Denis Palashevskii

I have my own little wrapper script around pyinfra, so I was able to use this approach and it actually helped: ```python def apply_monkey_pathes(): import paramiko # https://github.com/paramiko/paramiko/pull/2475 def _get_key_type_and_bits_patched(self,...

> Move the hell away from Paramiko, it seems dangerously abandoned. Very much agree with this sentiment

NOTE: explicitly settings DNS settings to null does *not* help, terraform just thinks that the state has diverged from configuration and constantly marks the resource for update ```hcl dns {...

I have encountered this issue as well - after adding a node and assigning a tag to it, tailscale status still showed that it had no appropriate ssh access rules,...