#!/bin/sh
read -s -p "Please enter ur dynamic password: "
#echo $REPLY
sshpass -p 'staticpassword'$REPLY ssh username@host
read -s -p "Please enter ur dynamic password: "
#echo $REPLY
sshpass -p 'staticpassword'$REPLY ssh username@host