tatyrza Renowned Member Proxmox Subscriber Nov 15, 2015 23 2 68 Poland Apr 12, 2019 #1 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?
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?
LnxBil Distinguished Member Feb 21, 2015 9,740 1,949 273 Saarland, Germany Apr 17, 2019 #2 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.
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.
tatyrza Renowned Member Proxmox Subscriber Nov 15, 2015 23 2 68 Poland Apr 17, 2019 #3 It works with Proxmox. Thank You very much!
mir Famous Member Apr 14, 2012 3,583 138 133 Copenhagen, Denmark Apr 17, 2019 #4 Maybe you could explain the details of how it works on the wiki when you have it all working? Benchmarks are also welcome ;-)
Maybe you could explain the details of how it works on the wiki when you have it all working? Benchmarks are also welcome ;-)
tatyrza Renowned Member Proxmox Subscriber Nov 15, 2015 23 2 68 Poland Apr 18, 2019 #5 SSH runs on port 2222 and user admin. You can connect ZFS-over-iscsi in this way. I have not tested QSAN yet. I will write when I do it.
SSH runs on port 2222 and user admin. You can connect ZFS-over-iscsi in this way. I have not tested QSAN yet. I will write when I do it.