Questions tagged as 'ssh'

2
answers

How to reuse and share a private key SSH between Mac OS X and Linux?

I've noticed that Mackup is able to back up the private key in Dropbox. I tried copying my old private key from a Time Machine backup (I did a Mavericks clean install), which was password-free for my home. When I try to use the key in OS X...
asked by 09.02.2014 / 19:57
0
answers

MACOS 10.14.1 MOJAVE [closed]

After upgrading the OS to the MOJAVE version, ssh has stopped connecting to the servers. The screen is frozen in this part:    ssh user @ ipServer -v OpenSSH_7.8p1, LibreSSL 2.7.3 debug1:   Reading configuration data / etc / ssh / ssh_config...
asked by 31.10.2018 / 16:15
1
answer

What is SSH and what are its advantages over HTTPS?

Some services provide the client-server connection through SSH (Secure Shell). What is this SSH? A case is GitHub, which recommends SSH even though it offers HTTPS, but HTTPS seems a lot easier and less difficult to connect with GitHub. What...
asked by 09.12.2017 / 21:19
1
answer

How to synchronize git folders to allow me to use R files simultaneously on multiple stations?

I've made an account in Git, and it's supposed to allow me to use the R files simultaneously on multiple stations. But I struggled a lot to be successful in the SSH key that the platform requests. And right now I can not do pull and pu...
asked by 06.10.2017 / 15:26
0
answers

How to execute (interact) commands prompt by Java? (Linux and Windows)

Hey guys. I need to develop a java program that runs commands like it was in promt / cmd, and somehow even interact with it. Do you know when we run some kind of command at the prompt and it gives an answer or asks for a password? Exactly this,...
asked by 29.09.2017 / 20:49
0
answers

How do I access a serial port from a remote SSH server with PHP?

I found out about SSH and socket connections to remote servers and also connections to local serial ports, but I still have not found out how to put things together. Scenario: I need to access the / dev / ttyACM0 port of a TX modem (which I c...
asked by 16.08.2017 / 03:44
1
answer

Why does the 'cd' command not work via ssh in GOCD?

I'm trying to run the command below in the GOCD terminal, but the error always occurs: Command ssh root@host 'cd /var/www/gda-frontend/ && docker-compose up -d --build' Error    bash: cd / var / www / gda-frontend / &...
asked by 04.07.2017 / 20:52
1
answer

Problem with Vagrant: timeout when connecting via SSH

I'm trying to get my box into the vagrant. When I give a vagrant up it executes everything correctly, but at the time of connecting with ssh , it gets timeout . The stacktrace in powershell follows: PS C:\projetos_vagrant>...
asked by 01.08.2015 / 16:46
1
answer

./install_bam.sh and get an error stating "can not execute binary file [closed]

I'm trying to install software. When I try to run the chmod + x ./install_bam.sh command to get permission to run ./install_bam.sh I get an error saying "can not execute binary file". The file permissions are fine. I tried doing it as root as...
asked by 02.10.2014 / 03:45
1
answer

.ssh folder is not created when generating the command ssh-keygen -t rsa -C "[email protected]"

When trying to create a ssh key, the .ssh folder is not created in windows by generating the ssh-keygen -t rsa -C "[email protected]" command. With this I can not get the key that should be inside that folder.     
asked by 14.09.2017 / 21:35