I forgot a command with SSH which could search software name.
For explain: If I want install mysql-server, but I want choose a version before yum install. This command can make a search (return all the software contains mysql), then a list return like:
mysql-5.0.77-4.tar.gz
mysql-server-5.0.77-4.el5_6.6.i386.rpm
...
As has been pointed out, this is not related to SSH, but a function of your package manager,
yum.You can use
yum searchoryum list.(From the yum help).