[SOLVED] QSAN ZFS-over-iscsi

tatyrza

Renowned Member
Nov 15, 2015
23
2
68
Poland
Hello, I'm testing QSAN XN5004R witch Proxmox. I want to connect ZFS-over-iscsi. QSAN allows user to login admin, not root. The SSH service listens on port 2222. Meanwhile, Proxmox uses root and port 22 by default. Can this be changed?
 
You could try to configure the host via ~/.ssh/config. Please read

Code:
man ssh_config

This would yield something like this

Code:
Host <IP>
  User admin
  Port 2222

I strongly recommend to use SSH public key authentication for automation.