#!/bin/bash
principal=andersk/root
hash ssh || exit $?
exec ksu "$USER" -n "$principal" -l 15m -e "$(hash -t ssh)" -k -l root "$@"
