From c22edb9ce8aa33cf78af76a4f1deb65cacd39943 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 27 Oct 2010 09:50:38 +0200 Subject: [PATCH] Add script to ssh to the board --- scripts/ssh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/ssh diff --git a/scripts/ssh b/scripts/ssh new file mode 100755 index 0000000..4631ffb --- /dev/null +++ b/scripts/ssh @@ -0,0 +1,3 @@ +#!/bin/sh + +ssh -t glab ssh root@192.168.2.3 -- 2.39.2