Patrick Lin
Patrick Lin
I encountered a very similar issue today, where 1 specific page in my web app in particular was causing timeout during `waitForNetworkIdle`. I noticed after removing request interception, it resolved...
I am currently attempting to have downstream connect to sshpiper via key auth, and sshpiper to upstream using password auth. Currently, a working configuration (please correct me if I'm missing...
Yes, the public key is in `/home/user/sshpiper/keys/authorized_c1`. However, I have multiple key pairs on my machine so, for example, if the public key in that file is the second key...
Here is the version: ``` sshpiperd version (devel), 38be0fdd8, 2024-05-18T09:51:39Z, go1.22.3 ``` built directly from master branch
I just tried stable v1.2.8, I get `Permission denied (publickey)` if I don't specify which key client should use (as opposed to hanging + spamming logs from before). I'm still...
Thanks, setting `600` worked. As for `known_hosts`, I tried adding `known_hosts` and putting the public key in the file, and I also tried base64 encoding the public key and adding...
I feel like I'm doing things right, correct me if I did anything wrong: - on upstream machine, I updated sshd to use `/etc/ssh/ssh_host_rsa_key` (the autogenerated one), and copied the...
Nevermind fixed it, I looked at the known hosts parsing and it needs to contain the host IP as well in addition to pubkey
Nice! It works 👍