Hi, I just installed the latest version of Jenkins (1.463) on a clean install of MacOS 10.7, and selected the option to create a 'jenkins' user. I would like to be able to log in to my computer as the jenkins user to be able to edit some of the configuration files manually as well as create new ones, but when I do 'sudo su - jenkins', once I have entered my password, nothing happens (I just remain my own user). I've tried ssh-ing into localhost with user jenkins, but of course I don't know what the password has been set to. Is the only way to go in as root and put my ssh public key in the list of authorized keys, then use ssh?
Thanks, Tom