Try selecting "Do not mount" in VeryCrypt and then mount the disk manually. Open terminal: diskutil list /dev/disk5 (disk image): #: TYPE NAME SIZE IDENTIFIER 0: VERACRYPT +10.2 MB disk5 diskutil mount /dev/disk5 Volume VERACRYPT on /dev/disk5 mounted There seems to be a problem with FAT32 and exFAT filesystems. After manually mounting the volume, I created a new with HFS+. I was able to mount it without any problems. I'm using Mac OSX High Sierra.
Hello Cole, login as root with your password and type: vi /etc/ssh/sshd_config then change this line: UsePrivilegeSeparation sandbox to: UsePrivilegeSeparation no save and close file, then restart sshd with: /etc/init.d/sshd restart now put your key into authorized_keys: echo "ssh-rsa your public key" >> /home/admin/.ssh/authorized_keys enjoy! Best regards, Felix