Skip to content

Commit 82af8ac

Browse files
committed
Updating the docs
1 parent 4d7c01e commit 82af8ac

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

docs/authentication.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ eg:
4343
##########################################
4444
4545
# The username will be appended to the endpoints
46-
cega_endpoint_username = http://cega_users/user/
47-
cega_endpoint_uid = http://cega_users/id/
46+
cega_endpoint_username = http://cega_users/username/%s
47+
cega_endpoint_uid = http://cega_users/user-id/%u
4848
cega_creds = user:password
4949
5050
##########################################

docs/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Local EGA Inbox
33
================
44

5-
We use the OpenSSH SFTP server (version 7.8p5), on a Linux
6-
distribution (currently CentOS7).
5+
We use the OpenSSH SFTP server (version 9.5), on a Linux
6+
distribution (currently Debian 12).
77

88
Authentication is performed by the Operating System, using the classic
99
plugable mechanism (PAM), and username resolution module (called NSS).
@@ -19,10 +19,10 @@ local message broker`_. In the case of a file upload, the notification
1919
also contains extra file information, such as a SHA256 checksum, its
2020
size and a timestamp for when it was last modified.
2121

22-
We created the SSH deamon ``/opt/openssh/sbin/ega-sshd`` binary and
23-
`configured the *ega-sshd* service to use PAM <authentication.html>`_.
22+
We created the SSH deamon ``/opt/openssh/sbin/sshd`` binary and
23+
`configured the *ega* service to use PAM <authentication.html>`_.
2424

25-
The *ega-sshd* service is configured using the ``-c`` switch to
25+
The *ega* service is configured using the ``-c`` switch to
2626
specify where the configuration file is. The service runs for the
2727
moment on port 9000.
2828

@@ -41,7 +41,7 @@ disallow ssh connections on that port.
4141
Configuration <settings>
4242
Authentication <authentication>
4343
Notifications <notifications>
44-
Logging <logging>
44+
Logging/Debugging <logging>
4545

4646
| Version |version| | Generated |today|
4747

docs/logging.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Logging
2-
=======
1+
Logging & Debugging
2+
===================
33

44
We leverage the logging capabilites of OpenSSH. It can use ``syslog``,
55
and since we (might) run the ``sftp-server`` in a chroot environment,

docs/settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ allow root, nor ssh).
1111
We disable X11 forwarding, tunneling and other forms of relay. We
1212
allow password and public key authentication.
1313

14-
The configuration file is in ``/etc/ega/sshd_confif`` as:
14+
The configuration file is in ``/etc/ega/sshd_config`` as:
1515

1616
.. code::
1717

0 commit comments

Comments
 (0)