1
0
mirror of https://git.envs.net/envs/help.git synced 2024-06-17 14:27:10 +00:00
help/docs/faq.md

27 lines
1.3 KiB
Markdown
Raw Normal View History

2019-11-19 15:39:34 +00:00
# frequently asked questions
2019-11-19 12:24:48 +00:00
## Q: how do i sign up for an account?
simply by going to our [signup page](https://envs.net/signup/) and filling in the form.
2019-12-29 12:32:30 +00:00
## Q: can i get password-based login?
no. sorry. not for shell access. for other integrated services, password auth will be enabled, but not for your ssh connection. we use key based authentication, as it's more secure, and more convienent for you, to be honest.
## Q: can i rename my account username?
no. sorry.
## Q: can i remove my account?
yes sure. please send us an email with your request to: [sudoers@envs.net](mailto:sudoers@envs.net).
2019-11-19 15:39:34 +00:00
2019-11-19 12:24:48 +00:00
## Q: how can i disable the default byobu-session?
if you don't want to this happen by default when you log in to your shell and run `byobu-disable`.
2019-12-29 12:32:30 +00:00
## Q: can i get a package installed?
probably! send an message in our irc-channel #envs or a email with your suggestion to [sudoers@envs.net](mailto:sudoers@envs.net).
2019-11-19 12:24:48 +00:00
## Q: can i open the port for service i have running?
no. due to security issues, we cannot. however! you can certainly use an [ssh-tunnel](https://help.envs.net/help/#ssh-tunnels) to access it.
## Q: can i make my scripts available to other users?
yeah very much like. you can simply use `envs submit` on the shell to submit your script. :)<br />
with `envs list` you can have all userscripts displayed.