Configure Secure Shell Protocol (SSH) in Linux

Опубликовано: 29 Август 2019
на канале: 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


На этой странице сайта вы можете посмотреть видео онлайн Configure Secure Shell Protocol (SSH) in Linux длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь KtechHub 29 Август 2019, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 242 раз и оно понравилось 7 зрителям. Приятного просмотра!