Divya K Nairday-4-basic-linux-shell-scripting.hashnode.dev·Oct 15, 2024Day 3-Advanced linux commandsAdvanced Linux Commands Why you cannot access /root directory and how to access root directory? /root is the home directory of root user.Bydefault only root user has access to this directory when you are loggedin as regular user,even if you can acces...#SSH INTO YOUR LINUX VIRTUAL MACHINE
Aditya Gadhaveadityag7678.hashnode.dev·Oct 14, 2024A Step-by-Step Guide to Safely Copy Files on Linux with SCPscp (secure copy) command in Linux system is used to copy file(s) between servers in a secure way. The SCP command or secure copy allows the secure transferring of files between the local host and the remote host or between two remote hosts . It us...Linux
Bilalbilalansari.hashnode.dev·Sep 8, 2024SSH(Secure Shell) & SCP (Server Copy)SSH is known as Secure Shell. It is a protocol or a set of rules that defines how to take server access from a local machine. When you create a server on AWS and while creating the server you need to create Key Pair for the server so that your privat...ssh-keygen
Rohit Deorerohitexplainstech.hashnode.dev·Aug 19, 2023Secure Shell(SSH) and Secure Copy Protocol(SCP) in DevOpsSSH (Secure Shell) and SCP (Secure Copy Protocol) are two essential tools in the field of DevOps, used for secure communication, remote access, and file transfer between systems. They play a crucial role in managing servers, deploying applications, a...Devops
Rahul Ajit Goraksharahulgoraksha.hashnode.dev·Aug 6, 2023What is SSH and SCP Protocol? A Complete Guidewritten By: Rahul Goraksha In this blog, we will look at the fundamentals of SSH and SCP, their functions, and their importance in today's digital world. Figure 1: Schematic Diagram of SSH Protocol What is Linux? Linux is a free open-source operatin...ssh-keys