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

Allow using the default login shell for remote connections #706

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2024

  1. Allow using the default login shell for remote connections

    Lets the user specify 'login-shell as a SHELL in
    `vterm-tramp-shells', which leads to vterm starting with the
    remote location's login shell.
    florommel committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3c0e1b4 View commit details
    Browse the repository at this point in the history
  2. Add wildcard for vterm-tramp-shells

    Lets the user specify a shell for all Tramp methods.
    florommel committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1a2c2a3 View commit details
    Browse the repository at this point in the history
  3. Try running the login shell by default for "ssh" and "scp" methods

    This will fall back to Tramp's shell if the login shell cannot
    be determined.
    florommel committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c69d107 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8701d50 View commit details
    Browse the repository at this point in the history