Questions tagged as 'ssh'

1
answer

Compress all by SSH except a folder in Centos7

I would like to compress everything in zip , that is all content of my public_html but I need the files folder not added for compression.     
asked by 29.05.2018 / 07:00
2
answers

Copy directory from one ssh server to another

I need to copy a directory to a server with a script .sh running on another server. I read about the scp command and I saw some usage examples, but I did not figure out how I put the password of the server I'm accessing to copy r...
asked by 05.08.2016 / 14:56
2
answers

Questions about Vagrant

I'm learning to work with the vagrant , I've already created VirtualMachine , I made the provisioning, the project ran perfectly. But when I enter via ssh in VirtualMachine to run a script php , which runs via shell, is expe...
asked by 12.02.2014 / 12:36
2
answers

How do I find out where to install a package via SSH? [closed]

I installed a package as in the example below: $ apt-get install nome-pacote But I can not find in which directory it was installed. Is there a command to find out where the package is? Remembering that if I call the package it works nor...
asked by 17.06.2014 / 15:43
1
answer

error in cloning bitbucket repository through ssh

I followed the steps from this site to be able to access Bitbucket via SSH on Ubuntu. But when I finished and tried to clone a repository the terminal printed this error:   Warning: Permanently added the RSA host key for IP address '104.192...
asked by 20.10.2016 / 22:47
2
answers

What is Port Knocking?

So I realized it's about sending a sequence of requests to a server in order to unlock a port. It would then be possible through a browser to enable the port for ssh, for example: Access servidor.com:80 then servidor:81 and t...
asked by 21.11.2017 / 17:29
2
answers

How can I compact directory except folder specific?

I need SSH to compress a directory except a specific folder within that directory. folder : / public_html How can I perform this operation? I made a command that was actually deleting the except files but that's not what I wan...
asked by 10.02.2015 / 17:21
1
answer

In R, use fread on a pipe shh connection

I have a virtual machine with many TXT files. I usually use an ssh and pipe connection to be able to read the files. When I use the read.csv function there is no problem at the time of reading the files. Already when I use the fread function, th...
asked by 29.07.2016 / 17:04
1
answer

Problems with SSH when running Hadoop tutorial

I need to process some very large files and for this I am trying to use Hadoop (in version 2.4.1). I'm not able to run the official tutorial on Ubuntu 14.04 (64-bit) and Java (Oracle version 1.7.0_60-b19). When starting DFS , even though you...
asked by 18.07.2014 / 20:20
1
answer

Problems with SSH: IP being banned after consecutive successful x logins

I'm having a small problem with SSH from one of the company's servers. The problem is that I am using a monitoring software called Nagios, and as using some other checking mode, such as NRPE, requires the installation of several packages that I...
asked by 29.12.2014 / 17:33