Here's how to configure ssh public key on the Netapp filer. From your host:
ssh-keygen -t dsa -b 2048
telnet
On the filer:
secureadmin setup ssh
On your host (Mac used an example):
mkdir /mnt mount -t nfs FILER:/vol/vol0 /mnt sudo mkdir -p /mnt/etc/sshd/root/.ssh ls -ltra /mnt/etc/sshd/root/.ssh cat id_dsa.pub >> /mnt/etc/sshd/root/.ssh/authorized_keys ssh root@FILER "version" NetApp Release 7.3: Thu Jul 24 14:18:45 PDT 2008 umount /mnt rmdir /mnt
Leave a comment