Questions tagged as 'ssh'

2
answers

Copy file from local computer to remote via terminal

Is there any way to copy a file from a local folder to the remote one through the terminal? Something like ssh ?     
asked by 07.10.2015 / 14:19
2
answers

How to compact directory except a specific folder via SSH with zip command?

I have to compress all files and directories from the public_html directory except var that is over 60GB. How can I perform this operation via SSH with command zip ? I saw some forms with different commands tar and others but I nee...
asked by 20.04.2016 / 13:21
1
answer

Cloning hosting folder for bitbucket

How do I clone a folder that is in my host on the hostgator for a project in BitBucket and after the changes go up to the hostgator again? Is it possible? Note: I have the ssh access from the hostgator and I can access the ssh terminal normal...
asked by 25.03.2018 / 23:10
1
answer

How to send multiple folders using SSH (SCP)

I have a "deploy.sh" file that has the following command: scp -r ./public_html [email protected] -p 9922 But the command is giving error:    No such file or directory But the public_html folder is in the s...
asked by 20.10.2017 / 14:07
1
answer

When accessing with specific user it gives an ssh on another server [closed]

I have 2 Servers: Example: A and B. What I need: When I connect to the server A with a specific user it automatically makes a ssh on the B server, if possible already sending the login and password parameters and alr...
asked by 27.04.2017 / 21:43
1
answer

Error while recognizing SSH Ubuntu?

Next I have a serious problem, I never happened to this problem with me from ssh in linux, from day to day the ssh key stopped working, I tried to repeat the process to make a new one, but nothing happened, and always that I tried to connect wit...
asked by 04.12.2018 / 00:51
2
answers

How to upgrade Node.js from version 8 to 10 on Linux Ubuntu via SSH?

I tried several tutorials on the internet before coming to post the doubt here in StackOverflow and no tip worked. My repository is with version 8 of the Node and the same, even removing, back. I need to install Node 10. I've tried: sudo...
asked by 10.12.2018 / 15:32
1
answer

Download linux background files [closed]

I have a python script that downloads about 2000 images, and as my pc is not there those things I'm using a VPS. But when I leave the script running it drops a certain amount of images until the ssh connection crashes. How do I make the images d...
asked by 05.10.2018 / 20:27
1
answer

Command does not work when executed via cronjob

I'm trying to create a cronjob that runs the following command sudo sh /usr/local/bin/send_site_backup_files_to_dropbox.sh | ts "[%Y-%m-%d %H:%M:%S]" 2>&1 | tee /var/log/send_backups_to_dropbox.log | mailx -s "Report for Vesta backup...
asked by 11.04.2018 / 23:11
1
answer

Connect PgAdmin via SSH Google Cloud

Good, next folks. I have a server in the Google Cloud, and I installed the postgres and everything is ok, it's working beauty, there in my machine I installed pgAdmin III and I made the configuration to connect with the bank, initially it worked...
asked by 19.08.2017 / 04:27