Manprint
Manprint
Hi @adhikjoshi , What you proposed would be a great thing. It would solve my problem stated in: https://github.com/antoniomika/sish/issues/275 For example: ``` ssh -p 2222 -R mysubdomain:80:localhost:8080 sish.mydomain.it -force ```...
Hi @antoniomika Unfortunately I'm not a go developer and I can't help you implement new features. But if you need I can help you test the application, as I use...
Hi @antoniomika This is my configuration for sish server. Are there any parameters I can change to avoid this issue? Thanks ``` docker run -itd --name sish \ -v $(pwd)/keys:/keys...
Because I would like the connection to remain open while transferring large files via webdav. Maybe I misunderstood what this parameter is for. Should I remove it and leave the...
Hi, I did further tests and when what I described above happens, this is in the sish server logs: ``` 2024/06/17 - 18:58:35 | Accepted SSH connection for: 172.18.0.3:53570 2024/06/17...
Hi @mohsek Thanks for checking. I'll dig deeper into the tests and try with the latest release. I'll let you know. Thanks
Hi @mohsek I have done several tests with webdav. From Filezilla and other webdav clients everything works correctly Mounting webdav from GUI (nemo, cinnamon 22.1) I have some anomalies (dav://192.168.1.11:7333/):...