Closed Turbine8845 closed 2 months ago
I checked SSH, it works in Nekoray if added as "Custom sing-box outbound", example:
{
"type": "ssh",
"server": "192.168.0.15",
"server_port": 22,
"user": "johndoe",
"private_key": "-----BEGIN OPENSSH PRIVATE KEY-----\nKEY_HERE\n-----END OPENSSH PRIVATE KEY-----"
}
Would be nice to have in GUI as well.
Added in 4.1.4
Description suggestions
If it is possible, please kindly consider adding SSH as a config type in
Server
>New Profile
section of Nekoray.Necessity of recommendations
Clients like Husi and NekoBox for Android have long had the ability to connect to VPS servers using SSH. Since Sing-box supports SSH, I guess having the ability to utilize it in the desktop version of Nekoray can be a useful feature for users.
https://sing-box.sagernet.org/configuration/outbound/ssh/