This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: $HOME and ssh?


On Thu, Jul 18, 2002 at 03:20:50PM +1000, luke.kendall@cisra.canon.com.au wrote:
> All the documentation for ssh says that it uses $HOME/.ssh by default
> to find then user's keys etc.  For me, HOME is
> /cygdrive/d/home/luke, but ssh *always* complains about being unable to
> create the directory /home/luke.
> 
> This strongly suggests that ssh is *not* doing a getenv(HOME).

You're right.  In contrast to the man pages, ssh does't use
$HOME but the home directory given in your /etc/passwd entry.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]