Not sure exactly what you are after, but would stunnel4 do? You can use it to hide SSH with SSL and then use SNI so that a specific website name is SSH and others something else. You can probably do it with Apache or NGINX to if there is real websites too.
Client wise, just normal ssh, but with a custom config for that host with:
VPN time for indians
Oh fun fact, Govt also issued an order stating that VPN providers who won’t log information of users, can’t function in India.
That statement just screams “I don’t understand how the internet works”
They understand exactly how it works. If you’re a VPN provider in india, you either keep logs, or you go to jail.
Oh, so they’re aware the stated actions would have no impact on VPN accessibility beyond potentially restricting India endpoints?
Either that or they’re planning to play server whack-a-mole with overseas private companies whom themselves have no control over access from India
Edit: or it’s just a non-statement to misdirect
Bet they love Tor then…
Though maybe faster to have a VPS somewhere else. Maybe do a VPN from there.
They aren’t going to block ssh.
Hey do you know of a good ssh client? I’d like to spoof SNI using one but I don’t know how it is done with ssh/ssl
Not sure exactly what you are after, but would stunnel4 do? You can use it to hide SSH with SSL and then use SNI so that a specific website name is SSH and others something else. You can probably do it with Apache or NGINX to if there is real websites too.
Client wise, just normal ssh, but with a custom config for that host with:
ProxyCommand openssl s_client -connect %h:%p
Edit: NGINX : http://nginx.org/en/docs/stream/ngx_stream_ssl_preread_module.html
Edit: Apache : https://trofi.github.io/posts/295-ssh-over-https.html
I thought it was just for servers tho?