Skip to content

Instantly share code, notes, and snippets.

@iissnan
Last active January 2, 2016 11:09
Show Gist options
  • Save iissnan/8294542 to your computer and use it in GitHub Desktop.
Save iissnan/8294542 to your computer and use it in GitHub Desktop.
Enable SSH in Ubuntu.

###Install SSH server on ubuntu


  1. Open terminal: ctrl + alt + t

  2. Install SSH Server:

    sudo apt-get install openssh-server
    

###Server Configuration


Default port is 22.

Path of the configuration file is /etc/ssh/sshd_config.

###Windows Client


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment