Configure Secure Shell Protocol (SSH) in Linux

Publié le: 29 août 2019
sur la chaîne: KtechHub
242
7

Have you ever thought about how to remotely connect to your server?
We don't normally bother about the server if it is configured already.
You can do the following remotely on your server;
Starting, Restarting and Stopping your Server,
Installing new packages and apps,
Navigating through directories, etc.

In this video you will see how to configure SSH on Linux and access it remotely on any other operating system.

COMMANDS:
To Install SSH:
Debian:
sudo apt-get install openssh server

Fedora:
yam install openssh-server.

To check status:
service ssh status

To start:
service ssh start

To stop:
service ssh stop

To restart:
service ssh restart

To change default configurations:
nano /ect/ssh/sshd_config

LINKS
Download Putty: https://www.chiark.greenend.org.uk/~s...

Read the documentation: http://security.ktechhub.com/configur...

How to do SSH on Windows:    • Configure SSH Server and Client on Wi...  

WINDOWS COMMAND PROMPT
ssh username@ipaddress

PUTTY
Just enter the ip address and the port number.
The default port number is 22.

OTHER
Do proper configuration on your server in order not to allow attackers to easily access your files.

Thank you for watching.

Pleas LIKE and SUBSCRIBE.

#ktechhub #ethicalhacking


Sur cette page du site, vous pouvez voir la vidéo en ligne Configure Secure Shell Protocol (SSH) in Linux durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur KtechHub 29 août 2019, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 242 fois et il a aimé 7 téléspectateurs. Bon visionnage!