Anish
TTCTheo's Typesafe Cult
•Created by Anish on 12/30/2024 in #questions
Proxy for ssh protocol
I wanted to give it a try so i did this project , and there are some shortcomings. If the container technology gets mature enough to let us do this easily then this would be a huge efficiency improvement on cloud infrastructure since containers are much more efficient.
24 replies
TTCTheo's Typesafe Cult
•Created by Anish on 12/30/2024 in #questions
Proxy for ssh protocol
What do you people say on it ? if we can directly provision containers to users instead of VM , then it would be much more resource efficient.
24 replies
TTCTheo's Typesafe Cult
•Created by Anish on 12/30/2024 in #questions
Proxy for ssh protocol
Am about to complete this project , which can provision you containers very similar to how aws provisions you VM , so you can ssh into the container, host multiple applications as you would do in a EC2 machine , but the difference is that, you will be interacting with a docker container.
24 replies
TTCTheo's Typesafe Cult
•Created by Anish on 12/30/2024 in #questions
Proxy for ssh protocol
Nice user name 😎
24 replies
TTCTheo's Typesafe Cult
•Created by Anish on 12/30/2024 in #questions
Proxy for ssh protocol
24 replies
TTCTheo's Typesafe Cult
•Created by Anish on 12/30/2024 in #questions
Proxy for ssh protocol
in my use case i do not want to give actual IP and port of docker host, i solved my use case this way
24 replies
TTCTheo's Typesafe Cult
•Created by Anish on 12/30/2024 in #questions
Proxy for ssh protocol
can you please elaborate your answer
24 replies
TTCTheo's Typesafe Cult
•Created by Anish on 12/30/2024 in #questions
Proxy for ssh protocol
when using ssh with domains, it queries the IP address of the domain name and make ssh connection on the port 22 of that IP address. and since reverse proxy's IP address is same for all domains , the request of ssh connection end up on a same port of same ip address.
24 replies
TTCTheo's Typesafe Cult
•Created by Anish on 12/30/2024 in #questions
Proxy for ssh protocol
it only works for http protocol not in ssh protocol
24 replies