I first created the key pair using #ssh-keygen -t dsa, (Note, unless you leave the name of the keys id_dsa, you'll have to use -i to identify the keyname with ssh when you connect) Then I converted to a SSH2 key with # ssh-keygen -x |my_dsa.pub I copied my_dsa.pub to the host computer in my ~/.ssh2/ directory. Then I used vim on the host computer to add to a file ~/.ssh2/authorization Key my_dsa.pub Then the next time I logged in, the dsa key worked! -Glen
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

