Questions tagged as 'ssh'

3
answers

Speed difference between Plink and OpenSSH

I have a setup with some Mercurial repositories. For security and standardization issues recently the https access to the Mercurial repositories were disabled, which forced all developers to use ssh. In Linux everything worked very well, but...
asked by 17.07.2016 / 01:05
4
answers

Copying files via SSH between two remote servers

How to copy files from server1 to server2 via SSH with just one command line, and am I not logged in to any of them? I'm on a 3rd machine. And I have the credentials of both.     
asked by 31.01.2014 / 17:48
3
answers

How to access a server via SSH without using a password?

I have to connect a Linux server via SSH, using Putty as a client, many times a day and every time I need to put user and password. I have seen a person making connection without using username and password, how is this possible?     
asked by 30.01.2014 / 14:13
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

Error in GIT when sending project to Ionic Pro: fatal: sha1 file 'stdout' write error: Broken pipe

I have signed Ionic Pro and am trying to send my local project to their Cloud. I use the command: git push ionic master It starts well but gives the following errors: git push ionic master Enter passphrase for key 'C:\Users\Ramos\.ssh\...
asked by 12.01.2018 / 18:31
2
answers

linux command - block rename / rename folder

I need to give an ftp user access to the / var / www folder but there are folders that it can not access / edit / delete I tried a command: #chmod 000 <pasta>     
asked by 10.04.2015 / 15:02
1
answer

How to Create a New Account (Domain) via SSH?

Some time ago I asked a question - already resolved - about how to do an automatic update remotely using PHP ( See here ) Now I would like to create via SSH a new account on the server in order to replicate the system. In other words, the...
asked by 04.07.2014 / 20:58
1
answer

"stdin is not a terminal" when I run Envoy - Laravel 4.2

One month ago everything is working well, until I went deploy a project and ... When you run the command envoy run deploy , using the settings below ... @servers([ 'mt' => '[email protected]' ]) @task('deploy', ['on' => '...
asked by 26.02.2015 / 01:41
4
answers

Jenkins can not authenticate via SSH in Git

Upload a Jenkins to a VM Ubuntu Server 13 and I'm trying to create a job to be able to clone a repository via SSH. Already configured credentials and via command line works perfectly. Have you missed any steps or settings? WORKAROUND...
asked by 20.02.2014 / 16:30
1
answer

View in real time all PHP scripts running via SSH

I have some scripts that do a data mining job, and in some cases need to run long processes that can consume a lot of CPU. I need to discover a command via SSH to monitor all running PHP scripts. Something like: watch ps -F -C php-cgi ......
asked by 18.01.2016 / 04:18