[Linux][Fedora][Ubuntu] Fix for the issue “ssh connection refused “


Fedora –

Install openssh-server as below

sudo yum install openssh-server

or if you are not in sudoer list , become root user and install openssh-server (yum install openssh-server)

Ubuntu –

Install openssh-server –

sudo apt-get install openssh-server

or if you are not in sudoer list , become root user and install openssh-server (apt-get install openssh-server)

Published by RNP

A person who likes learning new languages.

Leave a comment