changeset 819:2d32115dc56c

security...am i right?
author Jeff Hammel <k0scist@gmail.com>
date Wed, 11 Jan 2017 09:40:16 -0800
parents 352530cbf195
children 737b9eda7f77
files .bashrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Thu Dec 08 10:00:51 2016 -0800
+++ b/.bashrc	Wed Jan 11 09:40:16 2017 -0800
@@ -42,6 +42,7 @@
 alias mslower='mplayer -osd-fractions 1 -speed 0.1 -osdlevel 3'
 alias patch='patch --reject-file=-'
 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print (\" \".join(foo))'"
+alias sshlax='ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
 alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'"
 alias wget='wget --no-check-certificate'
 if [ -e ~/.bashttw ]