Something strange is happening to me, I have 1 app, in which I have to upload it to 2 different github accounts, however even though I create the ssh-keygen with different names:
ssh-keygen -t rsa -b 2048 -C "clave1" -f /home/user/.ssh/clave1...
Context
I need to connect from a host (my machine) to a server2 to which I can only connect through a server1.
The server1 has a single user (user1) to which we connect several people and from this I am already connected to the user that...
I have this code that I started, to be able to connect to my server of SQL Server by means of Python in Ubuntu , all the components of:
server, user, password, base already make sure they are correct.
But when I ru...
Actually I have tried from my tablet to compile code in python, I can do it from home using OpenSSH to my Linux team and also access my console, I would like to be able to access in the same way outside my local network.
If possible making us...
I'm working on an Ant to pass files to a remote server and that works well for me, but at the time of running a .bat on the remote server to organize all the files that happened, I do not know what the problem is so that, instead of running exec...
I want to connect via SSH from my computer to a specific container in my Raspberry Pi. The container already has ssh-server and allows me to connect to it from the Pi but not from the computer. I have used statements to modify NAT as:
s...
Good morning, cordial greeting.
I have a problem that I have not been able to solve, it turns out that I need to automate a process which consists of a desktop test, the process is:
Enter the PUTTY with its respective host name and port, t...
What happens is that I have two remote servers (serv1 and serv2) what happens is that when I enter the serv1 to then make the entry through the tunnel inverse to the serv2 there are times that the port through which entry is closed or it does no...
I have a usuario1 created with Linux without bash, or Home and can not log in, done in the following way:
sudo adduser usuario1
Once created, going to the file:
sudo nano /etc/passwd
I searched for that user's line and changed h...
I'm starting to manage a server in this case, CentOS 7 .
After having used for a few days a user who accessed well from SSH and SFTP , I lost all access to the server.
I have been reading in several forums, and I have...