All public keys should simply be put into the "authorized_keys" file
for both SSH protocols 1 and 2 for public key authentication.
This is true for all versions of ONTAP.
"authorized_keys2" file was an alternative location for SSH2 protocol,
and its use has been deprecated in NetApp's SSH implementation.
For backward compatibility, NetApp's SSH implementation still looks
for keys in "authorized_keys2" file.
Regards,
Sreenivasa Potakamuri
Network Appliance
!-----Original Message-----
!From: Glenn Dekhayser [mailto:gdekhayser@voyantinc.com]
!Sent: Wednesday, November 08, 2006 8:48 AM
!To: toasters(a)mathworks.com
!Subject: RE: ssh config on DOT 7
!
!
!Be CAREFUL here: the filename is "authorized_keys2" for the SSH
!version2 file, the docs didn't say that, I actually told netapp about
!that Doc bug. Authorized_keys is for version 1, which you shouldn't be
!using anymore. Netapp's SSH client is based on OpenSSH so you can
!follow any docs on that to see how it really works.
!
!Glenn (the other one)
!
!-----Original Message-----
!
!> Hello all,
!>
!> So I finally got DOT 7 put into production so I can now use ssh
!> without an addition license. My question is where do I put my
!> authorized_keys file so I can use key based authentication on the
!> netapp? (i.e. where is or where should I create the .ssh directory)
!>
!> Thanks for any help,
!>
!
!