Activity

  • AnHo posted to the wire 1937 days ago
  • AnHo is now a friend with BioJoker 1943 days ago
  • AnHo published a blog post How to set up SSH on Ubuntu 18.04 1984 days ago
    SSH, also known as Secure Shell or Secure Socket Shell, is a network protocol
    Comments
    • LEGE 1549 days ago

      The SSH server is not installed by default on Ubuntu desktop systems but it can be easily installed from the standard Ubuntu repositories.

      To install and enable SSH on your Ubuntu system complete the following steps:

      Open your terminal either by using the Ctrl+Alt+T keyboard shortcut or by clicking on the terminal icon and install the openssh-server package by typing:

      sudo apt update

      sudo apt install openssh-server

      Once the installation is completed, the SSH service will start automatically. To verify that the installation was successful and SSH service is running type the following command which will print the SSH server status:

      sudo systemctl status ssh

      Ubuntu comes with a firewall configuration tool called UFW. If the firewall is enabled on your system, make sure to open the SSH port:

      sudo ufw allow ssh

      Once you’ve found the IP address, login to remote machine by running the following ssh command:

      ssh user@ip

      If you don’t know your IP address you can easily find it using the this

      ip a
  • AnHo is now a friend with Jitendra Narayan 1984 days ago

Files

No files.

Message board

News

No news posts

My ResearchLabs

Blogs

More blog posts

Bookmarks

No bookmarks

The Wire

BioScripts

Group membership

No groups

Pages

No pages created yet

Fun

No fun posts

Videos

No videos posted yet.

My polls

Let AnHo know what you think!

There are no polls of AnHo yet.

My Opportunity