Skip to content
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

Specify only the first few characters #49

Closed
TechSupportJosh opened this issue Jul 15, 2022 · 2 comments
Closed

Specify only the first few characters #49

TechSupportJosh opened this issue Jul 15, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@TechSupportJosh
Copy link
Contributor

It would be a nice feature if you could just specify the first few characters of the connection ID, similar to how Docker containers work with the first few characters, rather than needing to copy and paste the entire ID to use that :)

@NHAS
Copy link
Owner

NHAS commented Jul 15, 2022

Depending on how you're connecting to your clients, this is already a feature.

If you are using the server console (e.g ssh -p 3232 your.rssh.server) you can use connect and then tab after the first few matching characters.

You can also use other aliases for a client rather than having to input the whole ID, I typically use the hostname, unless I've got multiple clients running on one machine.

E.g

ssh -J your.rssh.server:3232 username.hostname

As I believe this would be a simple change, I'll look into it. A good break from implementing tuntap :P

@NHAS NHAS added the enhancement New feature or request label Jul 15, 2022
@NHAS
Copy link
Owner

NHAS commented Jul 16, 2022

Sweet, I've added this to the unstable branch. Have a play around!

@NHAS NHAS closed this as completed Jul 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants