The account you are using probably cannot write to it's $HOME directory. SSH2 needs
to do this to store the server's public keys.
Now if you cannot have a writable directory for a particular reason you can have root
( or yourself ) create a .ssh2 directory for the user in question, but be aware that
if you are using or have X-forwarding compiled into the server then xauth will try to
write
to the file $HOME/.Xsession and will timeout with and error after 10 seconds or so.
NOTE: you will still be able to connect but it makes logging in a lot longer. To get
around this you can turn X-forwarding off.
ie. ssh2 -x [EMAIL PROTECTED]
-Todd Wilkinson
[EMAIL PROTECTED]
Silvestre Malta <[EMAIL PROTECTED]> wrote:
> Hello ppl,
I have upgraded my sistem from ssh 1.27.xx to 2.20
and i have the following error when i try to use ssh2 any user
when i try user root user the error don't appear
[smalta@xxxx smalta]$ ssh2 xxxx.xxxx.xx
FATAL: Failed to create user ssh directory.
wath to do to resolve the problem
Tank's ...