[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ssh_get_user_home_dir (misc.c)
[Thread Prev] | [Thread Next]
- Subject: Re: ssh_get_user_home_dir (misc.c)
- From: "Zvi Vered" <veredz72@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Sun, 20 Apr 2014 21:18:46 +0300
- To: <libssh@xxxxxxxxxx>
Hello, Let’s assume I’m setting the folder name using “ssh_options_set”. Then I’m calling to ssh_connect. Should this folder contain any files before the first connection ? Thank you in advance for your help, Zvika -----Original Message----- From: Aris Adamantiadis Sent: Sunday, April 20, 2014 10:52 AM To: libssh@xxxxxxxxxx Subject: Re: ssh_get_user_home_dir (misc.c) Hi, This is used in two cases: as a fallback when the username to remotely log on is unknown and to find the home directory of the local user, to parse his configuration file, private keys and known_hosts file. You can avoid this by setting the userdirectory parameter with ssh_options_set. Aris Le 20/04/14 03:54, Zvi Vered a écrit : > Hello, > Upon calling to: ssh_connect the routine: ssh_get_user_home_dir is called. > Why upon connection to remote SSH server, the client has to know its > own user name ? > I’m porting the libssh library to vxWorks 6.x in kernel mode. > In this mode, there is no “account” or “user name”. > Thanks, > Zvika
Re: ssh_get_user_home_dir (misc.c) | Aris Adamantiadis <aris@xxxxxxxxxxxx> |
ssh_get_user_home_dir (misc.c) | "Zvi Vered" <veredz72@xxxxxxxxx> |
Re: ssh_get_user_home_dir (misc.c) | Aris Adamantiadis <aris@xxxxxxxxxxxx> |