R+

Results 80 comments of R+
trafficstars

Hi, Sshwifty only support the Key Exchange (KEX) Algorithms offered by upstream library `golang.org/x/crypto/ssh`, but sadly, the library does not support `diffie-hellman-group1-sha1`, thus the warning and failure. The best option...

Hi, 抱歉,Sshwifty目前的功能还比较简单,不支持第三方鉴权,而且其实也没有用户管理的功能。 如果你有复杂的鉴权需求的话,还是建议使用类似“堡垒机”之类针对企业用户设计的系统。

Hi, Are you connecting directly to the Sshwifty instance or through a reverse proxy? In the case of reverse proxy, it must support WebSocket in order to allow Sshwifty client...

Hi, My guess is, if your reverse proxy is something like Nginx, then you need to enable WebSocket support on it as it's not usually enabled by default. Please take...

I'm not really familiar with DDNSTO. Do they offer documentation or customer service for their users? Maybe you can inquire the company to see if they can help. WebSocket is...

Hi, I appreciate your interest for pull request, but the design mentioned is actually intentional, see https://github.com/nirui/sshwifty/issues/10#issuecomment-562925134 If the change in the PR helped you at your end, please keep...

Hi, thank you for the effort, but that still wouldn't really work. To summarize the change in the PR, it basically making the static assets to use relative paths. This...

Hi. Can you check the log? `docker logs -f ` and then try open/refresh Sshwifty page. See if the time logged is the same as the client time (both needs...

@jiky-hunter 你好,时间差是30秒。你需要确保客户端和服务器端的时间差在30秒之内,否则就会出现上述错误信息。另外,Sshwifty只是要求服务器和客户端都具有准确的时间信息,所以只要两端的时间与全球时间一致即可。 对于Linux系统,取决于系统的配置,你可以: - 使用`timedatectl`,命令是: ``` sudo timedatectl set-ntp on sudo systemctl restart systemd-timesyncd ``` 执行完成上述指令之后等待一会儿,Linux会与一个时间服务器同步时间。 - 或者,如果你希望手动同步时间,可以*尝试*使用`ntpdate`,见:https://askubuntu.com/questions/254826/how-to-force-a-clock-update-using-ntp。 对于Windows系统,你可以右键点击任务栏上的时间,然后在弹出的窗口中选择设置,寻找时间同步设置并点击“同步”即可。 @tarocjsu Sorry to see that. The original issue that you posted...

Hi, a light/dark mode is planed (so as many other features) for the next rewrite of this project. However, I'm currently too busy to make any move on that. Guess...