#!/bin/bash

set -e

if [ -e "${target}/etc/ssh/ssh_config" ] ; then
    ainsl /etc/ssh/ssh_config  "GSSAPIDelegateCredentials yes"
fi
if [ -e "${target}/etc/ssh/sshd_config" ] ; then
    ainsl /etc/ssh/sshd_config "GSSAPIAuthentication yes"
fi
