hello,
i am trying to get a list of files to be scped from the remote server
by running the below in my local unix server ( note - there is a passwordless connectivity setup made between the local and remote server) and, we use KSH.
---
Code:
ssh $scp_host "find /a/b/c/*/ -iname "$remote_file"" > list.dat
the above pulls all the files that matches the pattern fro
I need to ssh (as root) to a remote server and perform some root level operations. I will be sshing from a local server where I don't have root privileges. Given this option, is it possible to perform passwordless ssh to remote system using (rsa) keys ?
Local and remote servers run linux.
BTW, I generated keys (ssh-keygen -t rsa) on the local server.
I'm logged into a remote server via SFTP at the command line. The folder I'm in contains hundreds of thousands of files.
Using the mstsc.exe client shipped by default with recent versions of Windows (i.e.
Here's a basic layout of what I have:
Remote server in Chicago is mail server, backup server and public facing
FTP server due to higher bandwidth.
I want the remote server to VPN back to a local server so that on the
local network it is addressable on the internal network (say it has an
address of 10.8.0.6) and then nightly a script will go and rsync data from
local server to the remote.
Scenario: I'm having about hundred odd text files which are compressed as .gz. They need to be transferred to a remote server. I do not want to use scp. Both, linux servers.
my requirement/my idea: I want to write and execute a bash script on source server for this.
We're on a university campus, and each building has it's own local network connecting directly to the main server room.
In our building, we're currently working on a large multimedia project. Some people are working in Photoshop, others in Final Cut Pro / Adobe After Effects.
Imagine a shell script on the remote server as
#!/bin/bash
rm /test.x
How can I (if possible) to execute this script from my local machine to delete /test.x file on my local machine.
Hi All,
I need script to perform below task.
1. I have a script in one server and need to copy this script to remote server
2. login in to remote server
3.