aker-gateway / Aker

SSH bastion/jump host/jumpserver
Other
566 stars 71 forks source link

Connect to user provided host #55

Open ghost opened 6 years ago

ghost commented 6 years ago

I like the idea when you filter hosts by user rights defined in FreeIPA. But I would like to add feature for cases when you don't have FreeIPA or you cannot even list all your hosts in json file.

I'd call it simple mode - Aker would try to connect to host provided by user without checking any groups or doing any filtering.

This would be good for cases when your hostnames are often changing or when you have no rights management or when you simply don't know about hosts user might want to connect to.

I know that this will need some greater design changes because host list is loaded once in the beginning and then filtering is done but it is not impossible.

I consider this as the simplest use case that should be provided by Aker.

What do you think?