Seen multiple places around the web; I’m not sure where attribution should lie, but this is not original to me:
# ~/.ssh/config
#
Host *.amazonaws.com
CheckHostIP no
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
Seen multiple places around the web; I’m not sure where attribution should lie, but this is not original to me:
# ~/.ssh/config
#
Host *.amazonaws.com
CheckHostIP no
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
Unlike ssh and scp, sftp does not have a “-p” or “-P” flag to specify an alternate port. Instead, if the host you are connecting to has ssh running on a port other than 22, you need to use the “-o” flag:
sftp -oPort=2345 remote.hurricane-ridge.com
According to the man page, “-o” allows you to “give options [...]
Links for July 14, 2009 through July 15, 2009:
VoiceCentral for iPhone – Strategic Technology Solutions – Riverturn, Inc. – Google Voice/GrandCentral application for the iPhone.
NetApp and VMware vSphere Storage Best Practices – "This technical report reviews the best practices for implementing VMware® vSphere with NetApp unified storage arrays."
gridengine: Using ssh with qrsh and qlogin – [...]
Links for April 25, 2009:
Backup, Restore, and Disaster Recovery Solutions for PostgreSQL Database on NetApp Storage Systems – "This document describes the operation of PostgreSQL on NetApp® storage systems. This report serves as a guide to get a PostgreSQL database up and running on NetApp. This guide assumes a basic knowledge of both NetApp and [...]