What is the Advantage of Using SSH

Table of Contents
What is the Advantage of Using SSH

At this time I will make an article that discusses what is ssh? ssh benefits? and others related to SSH, so just take a look at the article,


What is SSH ?

Definition of SSH

Secure Shell (SSH) is a cryptographic network protocol for secure data communication, command line interface login, remote command execution, and other network services between two computer networks. It is connected, via a secure channel or via an insecure network, that the server and client run the client program SSH and SSH server respectively. The specification protocol distinguishes between the two main versions referred to as SSH-1 and SSH-2 (wikipedia). yes in short ssh is a protocol for accessing a device through a secure path and is also encrypted by cryptography. ssh itself is commonly used on linux and unix-based operating systems.


SSH Function

ssh function itself is to replace FTP, Telnet, Rlogin, RSH and other remote protocols, of course ssh guarantees the security of data transmission. So SSH has also been widely used by network admins to access network devices without worrying about data theft.


Benefits of SSH

The benefit of using ssh is that it increases data security because ssh will encrypt all passing data, with ssh we can also easily monitor our servers or devices remotely without worrying about data security.


Advantages of Using SSH

The advantage of using ssh is that it prevents hacker attacks, yes, no system is 100% safe but by using ssh we can reduce the threat of hacker crimes.


Disadvantages of Using SSH

Maybe in my opinion the drawback of using ssh to access a device is only CLI based or just a text display there is no GUI display so maybe it will be a little inconvenient for beginners