Skip to content
June 23, 2025
  • Linkedin
  • Twitter
  • Facebook
  • Youtube

Daily CyberSecurity

Primary Menu
  • Home
  • Cyber Criminals
  • Cyber Security
  • Data Leak
  • Linux
  • Malware
  • Vulnerability
  • Submit Press Release
  • Vulnerability Report
  • Windows
  • Home
  • Technique
  • Installation & Configuration SSH Remote login server on Linux
  • Technique

Installation & Configuration SSH Remote login server on Linux

Ddos August 7, 2017
ssh-mitm

SSH

Short for Secure Shell, SSH (developed by SSH Communications Security Ltd.) is a secure protocol for remote logins. Using an SSH client, a user can connect to a server to transfer information in a more secure manner than other methods, such as telnet. The image to the right is an example of how an SSH session, which uses a command line interface, may look.

Installation

sudo apt-get install openssh-server

sudo apt-get install openssh-client
sudo apt-get install ssh-import-id

Start/Stop ssh service

sudo service ssh start    

sudo ps -e |grep ssh
sudo service ssh stop

Configuration

Edit sshd_config file

sudo vim /etc/ssh/sshd_config

PermitRootLogin yes

Enjoy

Rate this post
Tags: remote ssh ssh

Continue Reading

Previous: How to Use GCC/G++ compiler: Pre-Processing,Compiling,Assembling,Linking
Next: Web Architecture & Technologies

Search

Our Websites
  • Penetration Testing Tools
  • The Daily Information Technology
  • Daily CyberSecurity

    • About SecurityOnline.info
    • Advertise with us
    • Announcement
    • Contact
    • Contributor Register
    • Login
    • About SecurityOnline.info
    • Advertise on SecurityOnline.info
    • Contact

    When you purchase through links on our site, we may earn an affiliate commission. Here’s how it works

    • Disclaimer
    • Privacy Policy
    • DMCA NOTICE
    • Linkedin
    • Twitter
    • Facebook
    • Youtube
    Copyright Daily CyberSecurity © All rights reserved.