Displaying 2 results from an estimated 2 matches for "banz".
Did you mean:
band
2004 Oct 25
1
OpenSSH/Heimdal/MIT KDC problem/question
...achine1> ssh machine2
doesn't.
Weirdo, eh?
I'm pretty familar with the Kerb APIs, however, not so much with the
GSSAPI stuff; however, the GSSAPI routines seem to obfuscate what's
going on at the Kerb level, so it's hard to tell what's going on.
Any takers?
--
Robert Banz (banz at umbc.edu)
UMBC Office of Information Technology
(410) 455-3933 fax: (410) 455-1065
2019 May 23
4
openssh interface
Dear all,
This is my first post to this group so excuse me if this topic has been
solved previously.
If I want to shutdown a remote database, I could send a "systemctl stop
mariadb" command using ssh. But I wonder if it is possible to update the
openssh server to implement a specific handler/callback that catch this
message and then call a C/C++ code.
In short, is there any interface