SSH

what is SSH?

Secure Shell is a cryptographic network protocol for operating network services securely over an unsecured network. Typical applications include remote command-line login and remote command execution, but any network service can be secured with SSH.


school@CLI:~$ sudo ssh root@67.205.153.131
[sudo] password for school:
Enter passphrase for key '/root/.ssh/id_rsa':
Last login: Fri Oct 19 10:16:16 2018
[root@centos ~]# cat /etc/centos-release
CentOS Linux release 7.5.1804 (Core)
[root@centos ~]#

for more plz visit my youtube link:  https://youtu.be/b-oFOqwevf8


Comments