Details
Description
I tried to use the env-variable ORG_APACHE_KARAF_SSH_SSHPORT to change the ssh-server-port. I set the env-variable under ./bin/setenv. I started the karaf with ./bin/start and the ssh-server runs under the custom port as expected.
But when I tried to connect to the karaf-shell with ./bin/client the client uses the old default-port and NOT the new custom port. Setting the env-variable directly in the session didnt help either.
Only a direct change in the config-file "org.apache.karaf.shell.cfg" helped to make the client connect to the custom port.