Skip to Content

  The SSH authorized_keys file is a file that contains a list of public keys that are authorized to log in to the server. This file is used to prevent unauthorized users from connecting to the SSH server. The primary purpose of this guide is to illustrate the use of the ~/.ssh/authorized_keys file. After reading …

Read More about What is SSH authorized_keys file and how to check it

kubectl exec is a command-line tool for executing Kubernetes cluster commands. This article covers the kubectl exec syntax, the command actions, and frequent examples. when to use kubectl exec command Kubernetes is a container orchestrator that lets us automate deployments across multiple physical machines. Starting a shell session to a container in a Kubernetes cluster …

Read More about 10 Useful kubectl exec Examples