[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.
 
Maybe you could explain the details of how it works on the wiki when you have it all working?
Benchmarks are also welcome ;-)
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!