manage remote server
by Liniub from LinuxQuestions.org on (#52Z43)
Permission denied for :
Code:scp -P 26289 fontSample.ttf user1@192.168.0.73:/usr/share/fonts/truetypeIn order to 'hardening' the server :
user1 is only sudo member
ssh allow only user1 login, no root
Can I do 'sudo scp...' from remote ? I guess don't
It's a bit hard manage remote server and at the same time keeping a layer of security level
You are experienced members. What is the best approach ?
localhost?:D
I'm a young student that manage more than one server for learn linux/fun
Thanks


Code:scp -P 26289 fontSample.ttf user1@192.168.0.73:/usr/share/fonts/truetypeIn order to 'hardening' the server :
user1 is only sudo member
ssh allow only user1 login, no root
Can I do 'sudo scp...' from remote ? I guess don't
It's a bit hard manage remote server and at the same time keeping a layer of security level
You are experienced members. What is the best approach ?
localhost?:D
I'm a young student that manage more than one server for learn linux/fun
Thanks