#!/bin/bash
nt piw
while true; do
	ssh piw
	read -t 2 -p 'connect again?  (^C to exit)  '
	echo
done
