python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to stop retyping "ssh user@domain.com" over and over
My workflow always consists of opening a new terminal window, typing ssh user@domain.com (or scp) followed by cd remote/directory/of/project
The domain is long and hard to type, as well as it being a ...
Stuart Rucker
Votes: 0
Answers: 2
scp command difference for Ubuntu EC2 in a VPC
I'm attempting to scp to an EC2 inside a VPC and getting timed out.
Established facts:
I can ssh into the VPC itself - the keypair works and the instance subnet is open to the internet.
The folder I'...
Thomas Murphy
Votes: 0
Answers: 0
How to remotely SCP latest file in one server to another?
I have 3 Linux machines, namely client, server1 and server2.
I am trying to achieve something like this. I would like to copy the latest file in a particular directory of server1 to server2. I will no...

Alfred
Votes: 0
Answers: 2
Net::OpenSSH; rsync_put writes progress into file, scp_put doesn't
rysnc_put and scp_put both show the progress in the terminal.
But when i try to write it into a file i can only see the progress from rysnc_put. The problem remains even if i just print the output fro...

testcaseone
Votes: 0
Answers: 2