Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home/exojocke/add-on_domains/wormcakeDOTnet/www/includes/common.inc).

Change SSH Port on CentOS 5

Edit the first line of the config file:

> pico /etc/ssh/sshd_admin_config

 

It will likely read something like the following:

Port 22


Change it to to whatever you like, save, and exit.

Then run the following command:

> /etc/init.d/sshd_admin restart

That's it!

Platform: