Pages tagged with ssh

I'm still in the process of tagging pages that were migrated from the old site, so for now you're best off using the search engine rather than relying on the tags.

  • How to start sshd on OS X - To start sshd on OS X (on Leopard on a Mac Mini in my case, though I doubt it makes a difference): System Preferences -> Internet & Wireless section -> Sharing icon -> tick Remote Login. You should now be able to ssh and scp to the compu...
  • Bash script to check SSH connection - You can use the following bash script to check whether an SSH connection is working. I run it via a cron job so that I receive an email alert when there’s a problem with a server. #!/bin/bash ssh -q -o BatchMode=yes -o ConnectTimeout=10 example.com e...

This website is a personal resource. Nothing here is guaranteed correct or complete, so use at your own risk and try not to delete the Internet. -Stephan

Site Info

Privacy policy

Go to top