Questions tagged as 'ssh'

2
answers

Problems connecting to multiple github accounts with different ssh keys

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...
asked by 30.01.2018 / 08:53
2
answers

SSH from a host with a user that is used by several people

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...
asked by 03.03.2018 / 21:01
1
answer

Connect SQL Server database with Python

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...
asked by 26.07.2017 / 00:16
2
answers

Remote access to my home computer

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...
asked by 21.11.2018 / 20:42
1
answer

Execute ssh command on a remote server

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...
asked by 13.06.2017 / 09:46
2
answers

How do I access a Docker container on my computer (Windows) on a Raspberry Pi 2 via SSH?

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...
asked by 08.03.2017 / 16:38
1
answer

create tunnel connection via ssh (JAVA) to type commands in PUTTY console

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...
asked by 24.05.2017 / 16:19
1
answer

Remote server with reverse tunnel, the busy port is sometimes closed

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...
asked by 22.11.2018 / 20:33
0
answers

create user but can be identified as another

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...
asked by 03.04.2018 / 16:52
1
answer

Error "connection closed" in SSH access to CentOS 7

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...
asked by 22.12.2017 / 17:23