alexl
#1
Is it possible to run SSH server on Fly.io?
If you mean ssh into app VMs, you can accomplish that with the flyctl ssh console
command.
docs: flyctl ssh console
kurt
#3
You can install your own ssh server as well. You have root access to the VMs so there’s nothing stopping you!
alexl
#4
@kurt
Can you guide me on this one?
How should the fly.toml file look like?
alexl
#5
@kurt
Please have a look at my other issue (regarding Pi-Hole)