Re: ssh can't create .ssh directory

2002-09-29 Thread Larry Hall (RFK Partners, Inc)
At 06:39 PM 9/27/2002, Jeff Perry wrote: >I fixed my /etc/passwd file with mkpasswd -u uname -d domain, but it seemed >to have broken my ssh. When I try to ssh, it says, 'could not create >directory '/home/uname/.ssh'. If mv .ssh to .ssh.save and then try to run >ssh-keygen again, it complains t

ssh can't create .ssh directory

2002-09-27 Thread Jeff Perry
I fixed my /etc/passwd file with mkpasswd -u uname -d domain, but it seemed to have broken my ssh. When I try to ssh, it says, 'could not create directory '/home/uname/.ssh'. If mv .ssh to .ssh.save and then try to run ssh-keygen again, it complains that it can't create the .ssh directory. Does