Quantcast
Username/Email:  Password: 

Resources for “Managing SSH for Scripts and cron Jobs”

Resources for the print article.

OpenSSH: www.openssh.org

SSH: The Secure Shell: The Definitive Guide, 2nd edition: www.snailbook.com

______________________

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

I always found SSH to be secu

Simon Bakker's picture

I always found SSH to be secure, but after reading your article I find it even more secure.

One comment though, at the end off the article there is a listing for a loop:

for host in $servers
do
ssh -q -o "BatchMode=yes" $host df -k
done

Just recently I had to use such a loop, but it stranded after processing the first item in the list.
It turned out I had to add the ‘-n’ option in ssh command line.

Post new comment

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <pre> <ul> <ol> <li> <dl> <dt> <dd> <i> <b>
  • Lines and paragraphs break automatically.
  • Use to create page breaks.

More information about formatting options