Update Servers & Workflows/Linux/Virtualization/Proxmox/ZFS-Over-iSCSI.md

This commit is contained in:
Nicole Rappe
2024-02-14 19:05:05 -07:00
parent faa3ccf532
commit 3e05fd9b8d

View File

@ -10,6 +10,7 @@
## Configure SSH Key Exchange ## Configure SSH Key Exchange
The first step is creating SSH trust between the ProxmoxVE cluster nodes and the TrueNAS storage appliance. You will leverage the ProxmoxVE `shell` to run the following commands. The first step is creating SSH trust between the ProxmoxVE cluster nodes and the TrueNAS storage appliance. You will leverage the ProxmoxVE `shell` to run the following commands.
``` sh ``` sh
mkdir /etc/pve/priv/zfs mkdir /etc/pve/priv/zfs
ssh-keygen -f /etc/pve/priv/zfs/192.168.101.100_id_rsa # (1) ssh-keygen -f /etc/pve/priv/zfs/192.168.101.100_id_rsa # (1)