[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
LDAPS and ssh public key
- To: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
- Subject: LDAPS and ssh public key
- From: Клеусов Владимир Сергеевич <Kleusov.Vladimir@wildberries.ru>
- Date: Fri, 14 Feb 2020 10:41:28 +0000
- Accept-language: ru-RU, en-US
- Content-id: <3F647F3EEB8F49449A48EC473A4E24F1@wildberries.ru>
- Content-language: ru-RU
- Dkim-signature: v=1; a=rsa-sha256; d=wildberries.ru; s=mail; c=simple/simple; t=1581676888; h=from:subject:to:date:message-id; bh=w2yoWRpjat8d8E0isN8WAuByMVhOM+hOZuZAUxrRTSs=; b=rztMfL3ESUfKpAjSPtV8QszSg+OzWvl/nt53m5Yp2O3moUdSCJLlJNSzUF8eTETnV6iEkRMmVBA dMR3ifQlA30r1qGxDU+oypq/HyuQYPZxwG18DHov/L7r3U8mr28qlod2773M2JfLLjjcnJ9V0hJCd apdzZAgREABEnMRJ+g8=
- Dkim-signature: v=1; a=rsa-sha256; d=wildberries.ru; s=mail; c=simple/simple; t=1581676888; h=from:subject:to:date:message-id; bh=w2yoWRpjat8d8E0isN8WAuByMVhOM+hOZuZAUxrRTSs=; b=rztMfL3ESUfKpAjSPtV8QszSg+OzWvl/nt53m5Yp2O3moUdSCJLlJNSzUF8eTETnV6iEkRMmVBA dMR3ifQlA30r1qGxDU+oypq/HyuQYPZxwG18DHov/L7r3U8mr28qlod2773M2JfLLjjcnJ9V0hJCd apdzZAgREABEnMRJ+g8=
- Thread-index: AQHV4yNPKBIw+Ur7FU6YP082Ycm6NA==
- Thread-topic: LDAPS and ssh public key
Hi
I use ldaps . Will I be able to set up authentication using the SSH public key ? I use LDAP account Manager (https://www.ldap-account-manager.org/lamcms/) Here https://www.ldap-account-manager.org/static/doc/manual/ch04s02.html now You can manage your public keys for SSH in Lam if you have installed the LPK patch for SSH or configured AUTHORIZEDKEYSCOMMAND& What does OR mean ? Google says that i need to download the scheme for SSH keys and add the script to AUTHORIZEDKEYSCOMMAND. But in https://code.google.com/archive/p/openssh-lpk/wikis/Main.wiki written To use lpk you must either use standard ldap (not recommended) or LDAP + TLS. ldaps:// URLs will not work. So in the end ssh key +LDAPS will not work ?
Or is there a way to use ssh key +LDAPS ?