Hi,<br>For now, when I  want to use ssh-agent, i have to open a shell, and then use this command 'ssh-agent /bin/bash' to be able to use the ssh-agent fonctionnality. <br><br>I would like to know if there is a tip to start ssh-agent at user login.  Like editing /etc/passwd an adding in the "shell field" /usr/bin/ssh-agent /bin/bash like that :<br>
              ***/etc/passwd***<br>              user:x:500:500::/home/user:/usr/bin/ssh-agent /bin/bash<br><br>And by the way avoiding multi nested bash execution, avoid user to type this command or multiple edit/modify of .bashrc of all my users.<br>
<br>thanks for your help.<br clear="all"><br>-- <br>Guillaume<br>