SSH connection core to scale for replication

Hey,

i have 4 core servers and the connections always work with manul.

from core to scale i become no working ssh connection.

i tried semi manual = invalid password
i tried create ssh key , copy to scale root user authorized key = it comes no matching host key type found.

how do you create the connection from core to scale?

2 users : admin / root , ssh with password are for root are allowed.

both boxes joined ad.

Well if you want to just get a ssh connection running, you should just have to enable the ssh service, give the root or admin user the rights for ssh and to use a shell, go to the shell in the gui, create a new key with “ssh-keygen -t rsa -b 4096” (example to generate a key pair via rsa algorithm with a 4096 long hash). Specify a location and name (“./new_key_rsa” for example to manually handle the files) leave passphrase empty for easy use, and copy the private key (the one without “.pub” at the end) to “~/.ssh/new_key_rsa”. Cat out the pub key copy or rsync it somewhere else for easier handling like a smb/nfs share. Now you have to copy it to authorized_keys of the user you want to connect to on the other truenas. Repeat for the other way around.

I have not been able to figure out why you can not connect via password if you can enable it in the settings, but you have to take the “hard” route.