Ok I have a question.
Using ssh 3.8, is there a way to let you scp into a server as root but still not let you ssh directly into it? I set the PermitRootLogin to no because I did not want to allow root to directly log in.. but I have some scripts that scp things for DB's and Veritas that I need to run as root.. These scripts are manual and I want to be able to enter the password so I still have authenication..
Anyone have any ideas?
Using ssh 3.8, is there a way to let you scp into a server as root but still not let you ssh directly into it? I set the PermitRootLogin to no because I did not want to allow root to directly log in.. but I have some scripts that scp things for DB's and Veritas that I need to run as root.. These scripts are manual and I want to be able to enter the password so I still have authenication..
Anyone have any ideas?
Comment