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 […]