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: [email protected] 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
