keep the SSH connection open September 15, 2025 | No Comments | information, linux, macos, protocol, remote-access, ssh It is possible to prevent the SSH session from being closed due to inactivity This behavior is a default security measure to prevent an open […]
Access a PC or server running Linux from Windows September 14, 2025 | No Comments | information, linux, macos, remote-access, server, ssh, windows From Windows you must search for the CMD program CMD is like the command console in Linux or macOS (the commands are not the same, […]
SSH and HTTPS, used together September 12, 2025 | No Comments | information, linux, macos, remote-access, server, ssh, ssl, web Not only can they be used together, but it is the standard and most secure practice in web development and administration. They are two completely […]
Remotely access a PC with a router as if it were a VPS September 6, 2025 | No Comments | information, linux, macos, port, public_ip, remote-access, server I’m not going to explain everything here since you can find each part on this website. Basically the goal is to connect from PCA to […]
Configure an alias for SSH September 4, 2025 | No Comments | information, linux, macos, port, server This is to instead type the following command in its full form: just write the following: That’s creating an alias, a way to shorten the […]
Connect to a host via SSH without entering the password May 27, 2025 | No Comments | information, ssl, vim generate a new ssh key if you don’t have one copy the content displayed with enter the host via SSH In the root there should […]
connect ubuntu server to the internet January 15, 2025 | No Comments | linux, server It is a very simple process, but you need to know a few things. first access via ethernet cable: I have a 10-meter Ethernet cable […]
access a server via ssh January 12, 2025 | No Comments | linux, server, ssh access a server and its port via ssh port is the port number that the SSH server is using (by default, port 22). Let’s say […]