© 2023 Hashnode
#ssh
You may sometimes want to upload a file on your computer to a remote server. There are a couple of ways that you can do that but one of the common and secure ways of doing it is by using the scp comma…
If you're a developer you must've encountered a situation where localhost just wouldn't work for you, maybe you wanted to show off your project to someone else or needed to set up a public URL for a w…
Hello 👋,Welcome to the second article in the "Deploying PHP Application on Digital Ocean" series. In this article, we will connect to the droplet via SSH and configure the droplet. Connecting via SSH…
As a DevOps Engineer, I specialize in working with Linux and Python. My experience and expertise in these areas have been the foundation of my career. In my current role, I frequently interact with servers, both cloud-based and dedicated, u…
prerequisites AWS account Termius installed on your PC In this article, I am going to discuss how to configure a was ec2 instance and connect it using the ssh(Secure Shell) protocol. On my PC it's windows 11 and I have already installed…
Introduction SSH (Secure Shell) is a protocol that allows users to securely connect to remote servers and perform various tasks, such as executing commands and transferring files. One of the most comm…
Setting up an SSH key can be a confusing and tedious process, but it doesn't have to be. This blog post will show you a simple and straightforward method for installing an SSH key on your Mac. Step 1:…
RSA is a widely-used method for secure data transmission. It is a public-key encryption system that uses two large prime numbers to create a unique encryption key. The key can be used to encrypt and d…
Azure is Microsoft's cloud platform and it allows you to provision resources or consume resources made available to you by Microsoft or other vendors. We'll be provisioning a Linux VM and ssh'ing into…
as usual, i'm a super noob ("noob noob") and cant follow basic instructions, so time to naggy myself my poopy terms:- client : the local pc you interact with directly, the one you typing on- server : the remote pc/server you want to ssh int…