Category Linux

Understanding SSH Key RSA DSA ECDSA ED25519

SSH protocol supports several public key types for authentication keys. The key type and key size both matter for security. We will dive into every type of SSH key today to check out which one is more secure in Linux.…

10 Bash For Loop Examples In Linux

Bash for loop is a commonly used statement in Linux bash script. For loop is used to execute a series of commands until a particular condition becomes false. Today we are going to learn some basic bash for loop examples.…

Exploring ICMP Port Number with Example

There is no port number associated with ICMP packets. ICMP uses types and codes. The type and code combination identifies the specific message being received. The network software itself interprets all ICMP messages. Today we are going to show you…