Questions tagged as 'ssh'

1
answer

pg_dump with plink.exe (putty)

I need to run some ssh commands on my linux server, from a windows machine via cmd. For this I am using plink.exe Command: plink -ssh [email protected] -pw 12345 -m script Script: pg_dump -U master dados -v -Fc -f /sistema/dados...
asked by 28.12.2016 / 19:55
1
answer

Application to manage database in raspberry pi [closed]

Hello. I need to develop an application for Android, to do the extraction and deletion of a mysql database in a raspberry pi, being on the same network. I thought about doing ssh, though, I never developed anything for mobile devices, and I do n...
asked by 05.06.2016 / 23:00
1
answer

Install OpenSSL on AWS EC2 [closed]

I'm trying to install SSL on an AWS EC2 Linux server. And I'm in trouble right from the start. I'm trying to install OpenSSL first. I downloaded and unzipped the link version, but now I do not know which file to use for installation ! A...
asked by 02.02.2016 / 10:27
1
answer

How to debug a C / C ++ application remotely using ECLIPSE, different operating systems?

I'm developing a C ++ application that runs a NanoPI M3 card with Linux specially compiled for my purpose, and there have been some unexpected errors and behaviors, I wish I could debug the application remotely since the NanoPI M3 is a Cortex-A5...
asked by 08.10.2016 / 09:00
1
answer

How to extract the public key from a .pem certificate for use with openssh

I have a rsa private key formatted as PEM issued by the Amazon Key Generation Service (AWS). I need to extract the public key, from the private key to use in the ~/.ssh/authorized_keys file in other instances. How do I ex...
asked by 10.12.2018 / 17:49
2
answers

Software / Script / Application to manage access to multiple SSH accounts [closed]

I work with website development and I have hundreds of SSH client accesses in a file manager and I would like some solution that would "mount" or allow quick access to files on remote servers, since I need to get the access data in the password...
asked by 02.02.2014 / 14:20
1
answer

I can not generate the RSA key for Github: "Too many arguments"

I can not get through this phase of the installation. Can anyone help me? Paulo ADM@PAULOADM-PC MINGW64 ~ (master) $ ssh-keygen -t rsa -b 4096 -c [email protected] Too many arguments. usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa...
asked by 30.05.2018 / 13:37