-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
clone ssh session support #5978
Comments
Thank you for the request! It's possible to duplicate an open profile right now, but it's not possible for us to duplicate anything more than that. Here's why: The important things about an SSH session are:
Since the username and the server can be encoded in the commandline, ctrl+shift+d can easily duplicate them. However, the password (or the authentication information) cannot be copied because Terminal is not going to get into the password business. It would increase the security risk of our project, and it's not a good feature for a generic terminal. We have some requests for SSH session management, however. This might be a /dupe of #1280. |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
You could just add |
Instead of storing your password in a Terminal profile, and in the commandline of an application (which is trivially accessible to any other application on the system), you should be using public key authentication. |
I need "Duplication Session" too. using duplicate exist socket, not remember password. |
Description of the new feature/enhancement
first of all, I know Windows Terminal is not a pure SSH connection client, so is this really a reasonable good idea I'm not really sure.
please consider supporting "clone session", it's really useful for man who has to connect via “springboard machine / machine fortress” and through 2-factor(even 3-factor sometimes) verification/authentication.
application like SecureCRT has this function called "Clone Session". putty has similar "Duplication Session" but useless because that new connection is totally a raw flesh.
Proposed technical implementation details (optional)
The text was updated successfully, but these errors were encountered: