Re: Can't connect to ssh host with Emacs tramp

2018-01-08 Thread David Karr
On Fri, Jan 5, 2018 at 10:35 AM, George Prikhodko wrote: > Hi, > > Have you tried to set in your ~/.emacs file ‘tramp-verbose’ variable? > If not, then add to the file the following line: > > (setq tramp-verbose 6) > > In '*debug tramp/scp remote_host_name*' buffer you'll see all interactions > be

Re: Can't connect to ssh host with Emacs tramp

2018-01-05 Thread George Prikhodko
Hi, Have you tried to set in your ~/.emacs file ‘tramp-verbose’ variable? If not, then add to the file the following line: (setq tramp-verbose 6) In '*debug tramp/scp remote_host_name*' buffer you'll see all interactions between tramp, ssh and your remote host. Good luck! On Fri, Jan 5, 2018 a

Re: Can't connect to ssh host with Emacs tramp

2018-01-05 Thread Ken Brown
On 1/5/2018 11:37 AM, David Karr wrote: On Thu, Jan 4, 2018 at 5:15 PM, Ken Brown wrote: On 1/4/2018 5:42 PM, David Karr wrote: I've reviewed some of the Emacs tramp documentation, but I'm not sure what the issue is. If I'm using Cygwin, I don't need the putty components for this, do I? N

Re: Can't connect to ssh host with Emacs tramp

2018-01-05 Thread David Karr
On Thu, Jan 4, 2018 at 5:15 PM, Ken Brown wrote: > On 1/4/2018 5:42 PM, David Karr wrote: >> >> I've reviewed some of the Emacs tramp documentation, but I'm not sure >> what the issue is. >> >> If I'm using Cygwin, I don't need the putty components for this, do I? > > > No, I make ssh connections

Re: Can't connect to ssh host with Emacs tramp

2018-01-04 Thread Ken Brown
On 1/4/2018 5:42 PM, David Karr wrote: I've reviewed some of the Emacs tramp documentation, but I'm not sure what the issue is. If I'm using Cygwin, I don't need the putty components for this, do I? No, I make ssh connections through Emacs tramp without putty. When I attempt to open a text f

Can't connect to ssh host with Emacs tramp

2018-01-04 Thread David Karr
I've reviewed some of the Emacs tramp documentation, but I'm not sure what the issue is. If I'm using Cygwin, I don't need the putty components for this, do I? When I attempt to open a text file in my homedir on a remote host, which I can ssh to (passwordless) from the shell, it just times out.