RXWatcher
RXWatcher
You could just ask your 'friend' for a copy of his content by other means like sftp? I know if I saw a 'friend' downloading all of the content that...
You just made my month! Thank you for being open to this. On Sun, May 22, 2022, 04:20 Ozzie Isaacs ***@***.***> wrote: > The current implementation is way to complex...
I wanted to tag onto this. I have several friends with Wavebox and we're all seeing that discord is not being kept logged in. We can put the discord app...
I have multiple servers on different continents and would love this. Please count me in. -RX
Ha..you scared me. I'm like..wtf. I haven't worked on this in years. On Fri, Oct 25, 2019, 3:32 PM J-Vincent wrote: > test > > — > You are receiving...
thanks for pointing me to the worker. I am seeing the /authentik/.ssh/config being created on the worker and pointing towards the private key in /dev/shm so that part appears to...
I solved this. Its a bug. I had to map the ssh and vi binaries into the worker container so I could actually try a interactive ssh session. I then...
https://docs.paramiko.org/en/stable/api/client.html https://docs.paramiko.org/en/stable/api/client.html#paramiko.client.MissingHostKeyPolicy ```If the server’s hostname is not found in either set of host keys, the missing host key policy is used (see [set_missing_host_key_policy](https://docs.paramiko.org/en/stable/api/client.html#paramiko.client.SSHClient.set_missing_host_key_policy)). The default policy is to reject...
I'm testing this and it's now not creating the pem file in /dev/shm but /authentik/.ssh/config says it's there ``` ### Managed by authentik - server.domain.com Host server.domain.com IdentityFile /dev/shm/3d522c9e-749e-4c20-991a-df4f27963ac8_private.pem StrictHostKeyChecking...
Are you getting the pem file created in /dev/shm/ ? Ultimately that would be the major issue even if the error messages related to known_hosts, etc are present. It can't...