#!/bin/sh if test -z "$2"; then user="root" else user="$2" fi ssh $user@192.168.10."$1"