Vinh Nguyen <[email protected]> writes:

> Michael:

Hi Vinh,

> (require 'tramp)
> (setq tramp-default-method "ssh")
> ;; do C-x f, /usern...@server:~/
> (setcdr (assoc 'tramp-remote-sh (assoc "ssh" tramp-methods)) '("/bin/bash"))

Have you set the last line *before* you have opened your files? The
comment indicates another order ...

> The above does not work.  Appears to still be using /bin/sh.  Any
> other suggestions?

Could you, please, apply (setq tramp-verbose 6) and show the traces
after opening the connection? I would also like to see the value of
`tramp-methods'.

> vinh

Best regards, Michael.

_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to