Skip to content

shek1608/SSH-issue-in-New-Ubuntu-installations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

SSH-issue-in-New-Ubuntu-installations

In certain kernel versions for Ubuntu 14.04, SSH was not working in or out of the machine. Moreover, SSH was not even installed.

Installation of OpenSSH-Server was also throwing errors stating the package was not found.

To go around this issue, do the following:

sudo apt-get remove openssh-client

sudo apt-get update

sudo apt-get install openssh-server

This should solve the issue. The command to open port 22 is as follows:

sudo iptables -I INPUT -p tcp --dport 22 -j ACCEPT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published