Monday, October 25, 2021

[SOLVED] SSH access parent host folder

Issue

After connecting to a remote server (A) through ssh is it possible to access host's folder/files?

This server A has access to another server (B) which I can't access from my computer. I need to run some commands on B using some config files on my computer.


Solution

I ended up copying the files from my computer to A using scp and run the commands there.



Answered By - paezinc