#!/bin/sh
#
# $Header: provisionCleanSSHKeys.sh 09-feb-2006.20:37:16 adeb Exp $
#
# provisionCleanSSHKeys.sh
#
# Copyright (c) 2006, Oracle. All rights reserved.  
#
#    NAME
#      provisionCleanSSHKeys.sh - <one-line expansion of the name>
#
#    DESCRIPTION
#	This cleans up the SSH keys from shared mounted location
#
#    NOTES
#      <other useful comments, qualifications, etc.>
#
#    MODIFIED   (MM/DD/YY)
#    adeb        02/09/06 - clean SSH keys 
#    adeb        02/09/06 - clean SSH keys 
#    adeb        02/09/06 - Creation
#
rm -f $1/*.hostkeys
rm -f $1/*.identity
rm -f $1/*.old
