ssh: connect to host HOST/IP port 22: Connection refusedError message. In order to be able to connect to our FEDORA linux box using ssh we first need to install it using
yum command.# yum install openssh-server
Once we have our SSH server installed we need to start it up:
# systemctl start sshd
Reference: http://linuxconfig.org/how-to-install-start-and-connect-to-ssh-server-on-fedora-linux