get pool name from running system
[sysadmin-cookbook] / recepies / ssh / login-without-password / 1.generate-root-ssh-key
1
2 root@opl:~# test -f /root/.ssh/id_rsa || ssh-keygen -f /root/.ssh/id_rsa -N ''
3