스토리지/NETAPP

Netapp ssh-keygen 설정

열공하는 엔지니어 2024. 12. 5. 14:52

#리눅스 호스트에서 

linux# ssh-keygen
linux# cat ~/.ssh/id_rsa.pub

 

#넷앱 스토리지에서

cluster1::> security login create -vserver cluster1 -user-or-group-name admin -application ssh -authentication-method publickey
cluster1::> security log publickey create -vserver cluster1 -username admin -publickey "ssh-rsa AAAAB3Nza<중간생략>hCh4s= root@linux1" -application ssh
cluster1::> security login publickey show