Different SSH server
Q1: Inside the Git SSH documentation (https://codebeamer.com/cb/wiki/25661#section-SSH+Access), it says that an SSH server called OpenSSH should be installed on the server on which CB is running.
My Question is: can I use a different SSH server, such as Bitvise, and expect the same behaviour? Is there any more documentation about SSH configuration?
Q2: In the Generating SSH Keys section, it is written that we need a key pair. However there is a large number of configuration to set when generating a key pair e.g:
ssh-keygen -t rsa -b 4096 -C "dev@company.com" -f ~/.ssh/id_ed25519 -N ""
Any hints you could give me?

