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

SSH improvements #867

Open
gfrlv opened this issue May 23, 2020 · 0 comments
Open

SSH improvements #867

gfrlv opened this issue May 23, 2020 · 0 comments

Comments

@gfrlv
Copy link
Member

gfrlv commented May 23, 2020

An 'umbrella' issue to collect ideas on how to improve the SSH functionality.

  • Use unix sockets on remote machine (now running mycli --ssh-config-host HOST without further arguments results in an error). Partial fix in try more default socket paths #795: always use tcp on SSH connections.
  • Fix fallback to port 3306 when connecting over SSH
  • Don't spawn separate connection for the completion thread. Instead, reuse the existing connection and open a new Channel in it: Reuse ssh connection #869
  • Allow adding SSH-related info to the prompt.
  • Add SSH-related parameters to DSN ([alias_dsn] config section). We could read any command line arguments from url-encoded parameters in the alias.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant