NetApp SSH

From Lolly's Wiki
Revision as of 18:03, 25 November 2021 by Lollypop (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")
Jump to navigationJump to search

SSH

Prüfen, ob das SSH-Homedir /etc/sshd/<user>/.ssh existiert

<syntaxhighlight lang=bash> nac*> priv set -q diag nac*> ls /etc/sshd/ . .. ssh_host_key ssh_host_key.pub ssh_host_rsa_key ssh_host_rsa_key.pub ssh_host_dsa_key ssh_host_dsa_key.pub </source>

Anlegen eines Verzeichnisses mit Mode 0700

<syntaxhighlight lang=bash> nac*> options wafl.default_qtree_mode wafl.default_qtree_mode 0777 nac*> options wafl.default_qtree_mode 0700 nac*> qtree create /vol/vol0/__ nac*> options wafl.default_qtree_mode 0777 </source>

NDMPd Status prüfen / anschalten

<syntaxhighlight lang=bash> nac*> ndmpd status ndmpd OFF. No ndmpd sessions active. nac*> ndmpd on nac*> ndmpd status ndmpd ON. No ndmpd sessions active. </source>

Verzeichnis erzeugen durch kopieren des QTrees

<syntaxhighlight lang=bash> nac*> ndmpcopy /vol/vol0/__ /vol/vol0/etc/sshd/root/.ssh ... Ndmpcopy: Transfer successful [ 0 hours, 0 minutes, 20 seconds ] Ndmpcopy: Done nac*> qtree delete /vol/vol0/__ </source>

SSH-Key /etc/sshd/<user>/.ssh/authorized_keys schreiben

<syntaxhighlight lang=bash> nac*> wrfile /etc/sshd/root/.ssh/authorized_keys ssh-dss AAA...== user@clienthost ^C </source>