akash-network / support

Akash Support and Issue Tracking
Apache License 2.0
5 stars 4 forks source link

[docs] Document how to set up openssh server as part of deployment SDL #204

Open anilmurty opened 6 months ago

anilmurty commented 6 months ago

Is your feature request related to a problem? Please describe.

There is an open issue where lease shell (from console/ cloudmos) breaks when provider service is restarted https://github.com/akash-network/support/issues/87 customers frequently ask if there's a way to overcome this and in general, customers would also like to establish and ssh into the lease shell independently (from a command line)

Describe the solution you'd like

There is a partial workaround documented here for including an ssh server as a separate service https://github.com/akash-network/support/issues/87#issuecomment-1759421892 -- but what we need is documentation on how a user can extend an existing service to include this as part of it

Describe alternatives you've considered

letting users reconnect using the lease shell in cloudmos/ console

Search

Code of Conduct

Additional context

No response

chainzero commented 6 months ago

@andy108369 - would you like to take a look at what we might want to add to documentation as it relates to the use/build of SSH enabled images to allow SSH access to an Akash deployment.

Zblocker64 commented 5 months ago

I would also be open to making a video as well to help. I have seen a lot of questions in the discord relating to adding SSH and accessing SSH.

andy108369 commented 3 months ago

There is some work going on already https://github.com/akash-network/awesome-akash/tree/master/base-ssh

Ref. https://github.com/akash-network/cloudmos/issues/227

@Zblocker64 please feel free making a video or/and a PR to the official Akash Docs. I'll be happy to review & advise.