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

When I run vterm from ssh tramp, from "/" directory work fine but from $HOME not working #683

Open
witnessJo opened this issue Aug 25, 2023 · 1 comment

Comments

@witnessJo
Copy link

When I run vterm from "/" directory work fine on Tramp SSH

image

But I run vterm from elsewhere not from root directory

minibuffer just showing the message "Tramp: Opening connection vterm for cnc-adc using ssh...done"
But not showing vterm buffer of default-directory $HOME

Can I know why? I can't find any debug log from emacs about vterm states

@witnessJo
Copy link
Author

I found the solution by myself. sorry

my previous vterm-tramp-shells configuration is below

(add-to-list 'vterm-tramp-shells '("ssh" "bin/bash")

but I changed the configuration to

(add-to-list 'vterm-tramp-shells '("ssh" "/bin/bash")

it's work fine

but could I know the method to see debug logs of vterm from emacs?

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