]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.support/src/org/argeo/slc/jsch/jaas.cfg
Deal with the deprecation of Eclipse Aether
[gpl/argeo-slc.git] / org.argeo.slc.support / src / org / argeo / slc / jsch / jaas.cfg
1 SINGLE_USER {
2 com.sun.security.auth.module.Krb5LoginModule optional
3 principal="${user.name}"
4 useTicketCache=true;
5 };