Skip to content

Tag Archives: ssh

.ssh/config settings for EC2 hosts

21-Feb-10

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

Using sftp on an alternate port

07-Aug-09

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 [...]

Bookmarks for July 14, 2009 through July 15, 2009

15-Jul-09

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 – [...]

Bookmarks for April 25, 2009

28-Apr-09

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 [...]