Hi Friends, see below steps to configure open ssh server if its not already installed in Ubuntu OS.
Please follow the below steps to configure open ssh
1. Open new terminal Ctrl + Alt + T
2. Install openssh-server
using command sudo apt-get
install openssh-server
3. Enter sudo password and
hit ‘Enter’ key.
4. Follow the interactive instruction
to install Openssh-server
5. Installation complete
will display like below
6. Change ssh port in the
in the /etc/ssh/sshd_config file
7. Change ssh port to 22 if not already set
8. Press ‘Esc’ + Shift + :wq to save and exit
9. Now you have successfully
configured the openssh. Enjoy!!