Questions tagged as 'ssh'

0
answers

Error SSH connection server centos 7 google cloud

Good morning I can not connect to my centos 7 instance using google cloud SSH, followed the tutorial of the link below to generate the private key and published in putty keygen but it sends me the error that I show below, someone could tell m...
asked by 25.08.2018 / 20:20
1
answer

Google Cloud SSH access

I have a server in Google Cloud and I used the SSH access to edit, install and change files. The problem is that I was looking for a way to install a FTP access and used: apt-get install vsftpd libpam-pwdfile and I changed the file vsft...
asked by 17.07.2018 / 17:13
0
answers

ssh_exchange_identification: read: Connection reset by peer Centos

I handle several servers with CentOS but currently the server 09 can not make the connection by sftp not even by ssh to the ftp server (92) since the processes in which the information is brought are at dawn, and noticing during these wee...
asked by 01.06.2018 / 16:53
2
answers

Problems with Mysql

I have a mysql database stored in a server, I connect remotely by ssh and I access from there to the databases, but when leaving the session by ssh, my other colleagues who also connect to the base server data can no longer access it, that is if...
asked by 28.05.2018 / 23:15
0
answers

Alternative SSH Compiler - Magento 1.9

I'm doing a module for a website with Magento 1.9 and I have the following error:    Mage registry key "_singleton / module_gs / Observer" already exists Previously, while developing the module in local I gave the same error and solve i...
asked by 22.05.2018 / 11:24
0
answers

Problems when doing push with Git

people! I am trying to upload my project in laravel to a vps with an SSH key through PuTTY in Windows. I installed everything on the server (LEMP, Composer and Git), I can only do a push with git but I get this error and I can not understand it....
asked by 09.05.2018 / 20:18
1
answer

how to save in a variable the result of executing an ssh command in java with jsch?

I was recently finding out how to execute ssh commands in java programs, and I came across a post recommended by the jsch library. The method that I found was the following: import java.util.Properties; import com.jcraft.jsch.ChannelExec; imp...
asked by 09.05.2018 / 17:49
0
answers

install pip to install aws cli, but when restarting remote session by ssh is deleted, nothing appears

The problem I have is that, to install aws cli I have to install pip and everything works fine when I install it the first time it works fine, I am connected by ssh to my server and when I return to open the session the pip is not found, I use t...
asked by 10.05.2018 / 18:05
1
answer

Indicate the file that has the private key when connected to the remote server via ssh

I need to indicate on my local computer that the remote server listens to the connections of localhost on port 3307 : On the local machine I have a private key to authenticate, without having to use the password. This file was ca...
asked by 09.02.2018 / 13:21
0
answers

SSH Client commands

hi I have added a dll so that visual studio recognizes me ssh command and it works well but the problem is that I do not know how to show the result that the server sends me for example ssh.Connect(); ssh.RunCommand("queue simple add name=serv...
asked by 29.04.2018 / 03:52