#!/bin/sh

echo "WARNING: the 'slogin' binary is deprecated, please use the 'ssh' binary instead." >&2

exec "@@PREFIX@@/bin/ssh" "$@"
