hello, i've the problem that i want to change the port number that runs ssh to prevent ssh from some attacks. i use firehol as firewall. normally i just had 'ssh' in the server accept list, now i'll have to configure it somehow.
as i didn't find any information about modifying services in config, i got the intension to configure a new one. is this correct?: server_myssh_ports="tcp/3022" client_myssh_ports="default" i'm not sure whether this is the best solution, or maybe i can configure the service ssh to simply use another port? bye jonas

