I have root ssh logins disabled on my server, but I currently want to back up some files owned by root onto my my local box.
I am trying to figure out a way to use SCP to retrieve files while logged in via SSH without running a ssh daemon on my local box - and without installing any additional tools.
Just wondering if this is possible? I don't think it is..
The only method I can think of is to run a script that logs in via a user account then su's to root, then copies -- but I am trying to avoid this because I don't wish to hardcode my root pw into a script file on my local machine.