Hello,
I am now using OMV 7 on Raspberry Pi 4 B.
The system is installed on SD card and NAS HDD disk is connected to USB port of my Raspberry.
What I would like to do is access the system by FTP.
I am trying with Total Commander, using the same credentials as I use in Putty.
It does not work.
What am I doing wrong or what should I do to enable the access?
Should I switch to WinSCP?
Or is this an issue?
"Users must be assigned to the _ssh group to be able to log in via SSH."
This is what I see in GUI under Services / SSH.
Code
GNU nano 7.2 /etc/ssh/sshd_config
# This file is auto-generated by openmediavault (https://www.openmediavault.org)
# WARNING: Do not edit this file, your changes will get lost.
Protocol 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
HostKey /etc/ssh/ssh_host_ed25519_key
SyslogFacility AUTH
LogLevel INFO
LoginGraceTime 120
StrictModes yes
IgnoreRhosts yes
HostbasedAuthentication no
PermitEmptyPasswords no
ChallengeResponseAuthentication no
X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
UsePAM yes
AllowGroups root _ssh
AddressFamily any
Port 22
PermitRootLogin yes
AllowTcpForwarding no
Compression no
PasswordAuthentication yes
AuthorizedKeysFile .ssh/authorized_keys .ssh/authorized_keys2 /var/lib/openmediavault/ssh/authorized_keys/%u
PubkeyAuthentication yes
Display More
Should I perhaps do this?
usermod -a -G _ssh pi