[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to get
[Thread Prev] | [Thread Next]
- Subject: Re: How to get
- From: Aris Adamantiadis <aris@xxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 26 Aug 2013 13:41:08 +0200
- To: libssh@xxxxxxxxxx
Hi, The feature you ask for is kerberos token forwarding. This is currently not implemented in the current version but since there's some demand for it, I will work on it as soon as I have the occasion. Regards, Aris Le 26/08/13 10:53, Исаев Виталий Анатольевич a écrit : > Dear collegues! > > It’s look like the Kerberos/GSSAPI functionality has been introduced in > the recent release of Libssh and I ask for a little tutorial or couple > of examples. > > There is no problem to get to the remote server over SSH using public > keys, and also it's possible to pass the Kerberos credentials (for admin > needs) in the same way. Command > > ssh admin@server > > will delegate me all the administrative rights (if I have already > authentificated on my machine and set /etc/ssh/ssh_config in a proper > way), thus I don't need to request it again with > > kinit admin > > password > > > > I would like to do the same – pass Kerberos credentials during ssh > access – in my C application. I will be glad to any advice. > > Working on RHEL 6.4 with IdM (IPA) server. > > >
RE: How to get | Исаев Виталий Анатольевич <isaev@xxxxxxxxxx> |
password protected rsa server key. | drbob <drbob@xxxxxxxxxxxx> |
How to get | Исаев Виталий Анатольевич <isaev@xxxxxxxxxx> |