#!/bin/sh
exec ssh -o PasswordAuthentication=yes -o PubkeyAuthentication=no "$@"
