Tagged Questions
6
votes
3answers
332 views
Send an email any time an SSH key is used
I have about 30 nearly-identical CentOS 6 servers that I need to be able to push out updated config files automatically using an rsa key to log in as root. Usually this will just be rsync, but ...
3
votes
2answers
3k views
Output progess of the scp/sftp command to both standard out and a file on linux server
I am writing a release script, which uses scp/sftp to get the the file from a remote server, we want to log the output of this script to a release.log file as well. I am using "tee" to achieve this, ...