Hi all,
Running a PVE7 cluster with 9 nodes.
Am in the process of setting up block storage on the cluster to a Pure flash array.
I have the iscsi connectivity in place and working
My issue is that proxmox is trying to connect to the Pure appliance using 'root' user which it is not allowed by the appliance manufacturer:
root@proxmox-host-08:/# /usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/100.64.10.47_id_rsa root@100.64.10.47
root@100.64.10.47: Permission denied (publickey,password).
root@proxmox-host-08:/#
Using user created on pure appliance:
root@proxmox-host-08:/# /usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/100.64.10.47_id_rsa block@100.64.10.47
Last login: Thu Jul 22 11:20:21 2021 from 10.212.134.18
Thu Jul 22 15:46:24 2021
Welcome block. This is Purity Version 6.1.6 on FlashArray pure-poc
http://www.purestorage.com/
block@pure-poc> ^C
Does anyone know how I would be able to get the system to natively connect using a custom user and not root?
Thanks in advance!
Running a PVE7 cluster with 9 nodes.
Am in the process of setting up block storage on the cluster to a Pure flash array.
I have the iscsi connectivity in place and working
My issue is that proxmox is trying to connect to the Pure appliance using 'root' user which it is not allowed by the appliance manufacturer:
root@proxmox-host-08:/# /usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/100.64.10.47_id_rsa root@100.64.10.47
root@100.64.10.47: Permission denied (publickey,password).
root@proxmox-host-08:/#
Using user created on pure appliance:
root@proxmox-host-08:/# /usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/100.64.10.47_id_rsa block@100.64.10.47
Last login: Thu Jul 22 11:20:21 2021 from 10.212.134.18
Thu Jul 22 15:46:24 2021
Welcome block. This is Purity Version 6.1.6 on FlashArray pure-poc
http://www.purestorage.com/
block@pure-poc> ^C
Does anyone know how I would be able to get the system to natively connect using a custom user and not root?
Thanks in advance!