-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSHPortal V2 🥈 #210
Comments
Hey nice to see this features being worked on, in particular the api and web ui. At $WORK we have a internal small python web ui / rest api over sshportal that we made for our internal needs, so I'm listing them in case that can inspire you (from our point of view it would be great if they were built-in so we could ditch our custom stuff):
Also for session replay we have had good results using tty-player.js. |
Did you also plan to add metrics to monitor the app behaviour and expose them outside SSH Portal? |
Awsome, a lot of interesting propositions ! At $WORK we made an Ansible role to manage SSHPortal resources (user, host, hostgroup, ...) and of course, it could be very useful to have an API to interact with SSHPortal instead of ssh communication. We are thinking to open source this Ansible role. This Ansible role send directly by email the "SSHPortal invite" to the newly created user. Maybe it could be an new feature for SSHPortal V2:
|
It could be useful, through configuration parameters, to modify ssh crypto parameters ? I tried to find myself the answer in https://pkg.go.dev/golang.org/x/crypto/ssh but as Go is not my mother tongue, I'm not sure. Maybe with https://godoc.org/golang.org/x/crypto/ssh#Config For example, with Opensshd, we can modify some parameters :
With these parameters, it is possible to enforce ssh server configuration to follow some common SSH secure use recommendations (like the ANSSI one) For example, when I try to audit my SSHPortal instance with ssh-audit, ssh-audit notes some weaknesses in the different algorithms used |
It could be useful to have a REST/API for configure sshportal with ANSIBLE. Today we have a ansible rôle for that but it's so tricky, we use shell module and he is not idempotent. |
Hi, for system monitoring metrics, it's possible to use prometheus exporter go library for expose a /metrics api ? And will be possible to scrape it with prometheus . |
Hello @jeanlouisferey @Grounz Is your ansible role public ? It would be immensely appreciated |
Hello @NoxInmortus, |
Hello @jeanlouisferey!
Can you show some things? One year is gone... :) |
Is this project still alive? |
This project is no longer maintained. You may take a look at our fork which is up to date and includes multiple security improvements / fixes but keep in mind that our fork is on MAINTENANCE mode and only security issues and major bugs will be fixed. We don't plan to add and accept new features. Honestly, you should consider choosing another SSH bastion :
|
Will take a look at the alternatives. |
👋 I plan to start the v2 of sshportal.
For now, I mostly have developer-oriented ideas of enhancement, that should allow making the project easier to work on.
About the usage, I will try to limit as much as possible the retro-compatibility breaking.
I also plan to write the migration that will allow keeping the current database.
Please, do not hesitate to add your thoughts if you have ideas for improvements or specific wishes.
Thank you for your support, and take care of you.
Checklist (based on my ideas and the comments below)
HostOption
in bothHost
andHostGroup
in order to support configuring one host or a group or host in the same wayTargets:
The text was updated successfully, but these errors were encountered: