Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/debian-handbook/09_unix-services/nb_NO/changes/?format=api&page=30
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1746,
    "next": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/changes/?format=api&page=31",
    "previous": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/changes/?format=api&page=29",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/82732813/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.215111+02:00",
            "action": 30,
            "target": "<primary>SSH</primary><secondary><literal>X11Forwarding</literal></secondary>",
            "old": "<primary>log</primary><secondary>forwarding</secondary>",
            "details": {},
            "id": 34088615,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088615/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732812/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.215061+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Both, public key and certificate authentication, can be used alongside each other.",
                "old_state": -1
            },
            "id": 34088614,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088614/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732811/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.215007+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "@cert-authority *.falcot.com ssh-rsa AAAA[..]",
                "old_state": -1
            },
            "id": 34088613,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088613/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732810/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214957+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Vice-versa the clients can also be configured to trust the host key signed by the same authority, making it easier to maintain the <filename>known_hosts</filename> file (even system wide via <filename>/etc/ssh/known_hosts</filename>).",
                "old_state": -1
            },
            "id": 34088612,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088612/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732809/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214922+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "\nTrustedUserCAKeys /etc/ssh/ssh_users_ca.pub\n\nHostKey /etc/ssh/ssh_host_ecdsa_key\nHostCertificate /etc/ssh/ssh_host_ecdsa_key-cert.pub",
                "old_state": -1
            },
            "id": 34088611,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088611/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732808/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214885+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "SSH keys cannot just be protected by a password (or not). An often unknown feature is that they can also be signed via certificate, both the host as well as the client keys. This approach comes with several advantages. Instead of maintaining an <filename>authorized_keys</filename> file per user as described in the previous section, the SSH server can be configured to trust all client keys signed by the same certificate (see also <xref linkend=\"sect.easy-rsa\" />) by using the <literal>TrustedUserCAKeys</literal> and <literal>HostCertificate</literal> directives in <filename>/etc/ssh/sshd_config</filename>.",
                "old_state": -1
            },
            "id": 34088610,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088610/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732807/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214851+02:00",
            "action": 59,
            "target": "<primary>filer</primary><secondary>loggfiler</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/ssh/known_hosts</filename></secondary>",
                "old_state": -1
            },
            "id": 34088609,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088609/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732807/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214819+02:00",
            "action": 30,
            "target": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/ssh/known_hosts</filename></secondary>",
            "old": "<primary>files</primary><secondary>log files</secondary>",
            "details": {},
            "id": 34088608,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088608/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732806/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214785+02:00",
            "action": 59,
            "target": "<primary>filer</primary><secondary>loggfiler</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/ssh/sshd_config</filename></secondary>",
                "old_state": -1
            },
            "id": 34088607,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088607/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732806/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214754+02:00",
            "action": 30,
            "target": "<primary><filename>/etc</filename></primary><secondary><filename>/etc/ssh/sshd_config</filename></secondary>",
            "old": "<primary>files</primary><secondary>log files</secondary>",
            "details": {},
            "id": 34088606,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088606/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732805/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214720+02:00",
            "action": 59,
            "target": "<primary>filer</primary><secondary>loggfiler</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>SSH</primary><secondary><literal>HostCertificate</literal></secondary>",
                "old_state": -1
            },
            "id": 34088605,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088605/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732805/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214688+02:00",
            "action": 30,
            "target": "<primary>SSH</primary><secondary><literal>HostCertificate</literal></secondary>",
            "old": "<primary>files</primary><secondary>log files</secondary>",
            "details": {},
            "id": 34088604,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088604/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732804/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214654+02:00",
            "action": 59,
            "target": "<primary>oppstart</primary><secondary>systemet</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>SSH</primary><secondary><literal>TrustedUserCAKeys</literal></secondary>",
                "old_state": -1
            },
            "id": 34088603,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088603/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732804/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214621+02:00",
            "action": 30,
            "target": "<primary>SSH</primary><secondary><literal>TrustedUserCAKeys</literal></secondary>",
            "old": "<primary>booting</primary><secondary>the system</secondary>",
            "details": {},
            "id": 34088602,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088602/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732803/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214587+02:00",
            "action": 59,
            "target": "<primary>bruker</primary><secondary>eier</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>SSH</primary><secondary>signed key</secondary>",
                "old_state": -1
            },
            "id": 34088601,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088601/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732803/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214555+02:00",
            "action": 30,
            "target": "<primary>SSH</primary><secondary>signed key</secondary>",
            "old": "<primary>user</primary><secondary>owner</secondary>",
            "details": {},
            "id": 34088600,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088600/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732802/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214519+02:00",
            "action": 59,
            "target": "Nøkkel-basert autentisering",
            "old": "",
            "details": {
                "state": 10,
                "source": "Cert-Based Authentication",
                "old_state": -1
            },
            "id": 34088599,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088599/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732802/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214484+02:00",
            "action": 30,
            "target": "Cert-Based Authentication",
            "old": "Key-Based Authentication",
            "details": {},
            "id": 34088598,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088598/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732801/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214422+02:00",
            "action": 59,
            "target": "<primary><emphasis role=\"pkg\">tsclient</emphasis></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><emphasis role=\"pkg\">openssh-blacklist</emphasis></primary>",
                "old_state": -1
            },
            "id": 34088597,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088597/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732801/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214366+02:00",
            "action": 30,
            "target": "<primary><emphasis role=\"pkg\">openssh-blacklist</emphasis></primary>",
            "old": "<primary><emphasis role=\"pkg\">tsclient</emphasis></primary>",
            "details": {},
            "id": 34088596,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088596/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732800/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214306+02:00",
            "action": 59,
            "target": "<primary><command>rsh</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><command>ssh-vulnkey</command></primary>",
                "old_state": -1
            },
            "id": 34088595,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088595/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732800/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214248+02:00",
            "action": 30,
            "target": "<primary><command>ssh-vulnkey</command></primary>",
            "old": "<primary><command>rsh</command></primary>",
            "details": {},
            "id": 34088594,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088594/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732799/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214189+02:00",
            "action": 59,
            "target": "<primary>maske</primary><secondary>rettighetsmaske</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>SSH</primary><secondary>private key</secondary>",
                "old_state": -1
            },
            "id": 34088593,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088593/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732799/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214133+02:00",
            "action": 30,
            "target": "<primary>SSH</primary><secondary>private key</secondary>",
            "old": "<primary>mask</primary><secondary>rights mask</secondary>",
            "details": {},
            "id": 34088592,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088592/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732798/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214059+02:00",
            "action": 59,
            "target": "Brukeren generer et nøkkelpar på klientmaskinen med <command>ssh-keygen -t rsa</command>; den offentlige nøkkelen er lagret i <filename>~/.ssh/id_rsa.pub</filename>, mens den korresponderende private nøkkel er lagret i <filename>~/.ssh/id_rsa</filename>. Brukeren bruker så <command>ssh-copy-id <replaceable>server</replaceable></command> for å legge til sin offentlige nøkkel til <filename>~/.ssh/authorized_keys</filename>-filen på tjeneren. Dersom den private nøkkelen ikke var beskyttet med en «adgangsfrase» p å tidspunktet for etableringen, vil alle etterfølgende innlogginger på serveren fungere uten et passord. Ellers må den private nøkkelen dekrypteres hver gang ved å skrive inn passordet. Heldigvis tillater <command>ssh-agent</command> oss å holde private nøkler i minnet for å ikke regelmessig måtte taste inn igjen passord. For dette bruker du bare <command>ssh-add</command> (en gang per økt), forutsatt at økten allerede er knyttet til en funksjonell forekomst med <command>ssh-agent</command>. Debian aktiverer den som standard i grafiske økter, men dette kan deaktiveres ved å endre <filename>/etc/X11/Xsession.options</filename>. Du kan manuelt starte en konsolløkt med <command>eval $(ssh-agent)</command>.",
            "old": "",
            "details": {
                "state": 10,
                "source": "If the private key was not protected with a “passphrase” at the time of its creation, all subsequent logins on the server will work without a password. Otherwise, the private key must be decrypted each time by entering the passphrase. Fortunately, <command>ssh-agent</command> allows us to keep private keys in memory to not have to regularly re-enter the password. For this, you simply use <command>ssh-add</command> (once per work session) provided that the session is already associated with a functional instance of <command>ssh-agent</command>. Debian activates it by default in graphical sessions, but this can be deactivated by changing <filename>/etc/X11/Xsession.options</filename> and commenting out <literal>use-ssh-agent</literal>. For a console session, you can manually start the agent with <command>eval $(ssh-agent)</command>.",
                "old_state": -1
            },
            "id": 34088591,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088591/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732798/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.214001+02:00",
            "action": 30,
            "target": "If the private key was not protected with a “passphrase” at the time of its creation, all subsequent logins on the server will work without a password. Otherwise, the private key must be decrypted each time by entering the passphrase. Fortunately, <command>ssh-agent</command> allows us to keep private keys in memory to not have to regularly re-enter the password. For this, you simply use <command>ssh-add</command> (once per work session) provided that the session is already associated with a functional instance of <command>ssh-agent</command>. Debian activates it by default in graphical sessions, but this can be deactivated by changing <filename>/etc/X11/Xsession.options</filename> and commenting out <literal>use-ssh-agent</literal>. For a console session, you can manually start the agent with <command>eval $(ssh-agent)</command>.",
            "old": "The user generates a key pair on the client machine with <command>ssh-keygen -t rsa</command>; the public key is stored in <filename>~/.ssh/id_rsa.pub</filename>, while the corresponding private key is stored in <filename>~/.ssh/id_rsa</filename>. The user then uses <command>ssh-copy-id <replaceable>server</replaceable></command> to add their public key to the <filename>~/.ssh/authorized_keys</filename> file on the server. If the private key was not protected with a “passphrase” at the time of its creation, all subsequent logins on the server will work without a password. Otherwise, the private key must be decrypted each time by entering the passphrase. Fortunately, <command>ssh-agent</command> allows us to keep private keys in memory to not have to regularly re-enter the password. For this, you simply use <command>ssh-add</command> (once per work session) provided that the session is already associated with a functional instance of <command>ssh-agent</command>. Debian activates it by default in graphical sessions, but this can be deactivated by changing <filename>/etc/X11/Xsession.options</filename>. For a console session, you can manually start it with <command>eval $(ssh-agent)</command>.",
            "details": {},
            "id": 34088590,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088590/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732797/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213921+02:00",
            "action": 59,
            "target": "<primary>oppstart</primary><secondary>systemet</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>X.org</primary><secondary><filename>/etc/X11/Xsession.options</filename></secondary>",
                "old_state": -1
            },
            "id": 34088589,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088589/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732797/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213864+02:00",
            "action": 30,
            "target": "<primary>X.org</primary><secondary><filename>/etc/X11/Xsession.options</filename></secondary>",
            "old": "<primary>booting</primary><secondary>the system</secondary>",
            "details": {},
            "id": 34088588,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088588/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732796/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213808+02:00",
            "action": 59,
            "target": "<primary><command>at</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><command>ssh-agent</command></primary>",
                "old_state": -1
            },
            "id": 34088587,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088587/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732796/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213751+02:00",
            "action": 30,
            "target": "<primary><command>ssh-agent</command></primary>",
            "old": "<primary><command>at</command></primary>",
            "details": {},
            "id": 34088586,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088586/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732795/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213689+02:00",
            "action": 59,
            "target": "<primary>logger</primary><secondary>utsending</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>SSH</primary><secondary>authentication agent</secondary>",
                "old_state": -1
            },
            "id": 34088585,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088585/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732795/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213633+02:00",
            "action": 30,
            "target": "<primary>SSH</primary><secondary>authentication agent</secondary>",
            "old": "<primary>logs</primary><secondary>dispatching</secondary>",
            "details": {},
            "id": 34088584,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088584/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732794/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213570+02:00",
            "action": 59,
            "target": "<primary>lenke</primary><secondary>hardlenke</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>SSH</primary><secondary>passwordless</secondary>",
                "old_state": -1
            },
            "id": 34088583,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088583/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732794/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213511+02:00",
            "action": 30,
            "target": "<primary>SSH</primary><secondary>passwordless</secondary>",
            "old": "<primary>link</primary><secondary>hard link</secondary>",
            "details": {},
            "id": 34088582,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088582/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732793/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213448+02:00",
            "action": 59,
            "target": "<primary>logger</primary><secondary>utsending</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>SSH</primary><secondary>passphrase cache</secondary>",
                "old_state": -1
            },
            "id": 34088581,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088581/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732793/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213388+02:00",
            "action": 30,
            "target": "<primary>SSH</primary><secondary>passphrase cache</secondary>",
            "old": "<primary>logs</primary><secondary>dispatching</secondary>",
            "details": {},
            "id": 34088580,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088580/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732792/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213320+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "The user generates a key pair on the client machine with <command>ssh-keygen -t rsa</command>; the so generated public key is stored in <filename>~/.ssh/id_rsa.pub</filename>, while the corresponding private key is stored in <filename>~/.ssh/id_rsa</filename>. The user can then use <command>ssh-copy-id <replaceable>server</replaceable></command> to add their public key to the <filename>~/.ssh/authorized_keys</filename> file on the server, or, if SSH access hasn't been enabled yet, they have to ask the administrator to add their key manually.",
                "old_state": -1
            },
            "id": 34088579,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088579/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732791/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213257+02:00",
            "action": 59,
            "target": "<primary><command>acpid</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><command>ssh-copy-id</command></primary>",
                "old_state": -1
            },
            "id": 34088578,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088578/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732791/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213199+02:00",
            "action": 30,
            "target": "<primary><command>ssh-copy-id</command></primary>",
            "old": "<primary><command>acpid</command></primary>",
            "details": {},
            "id": 34088577,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088577/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732790/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213136+02:00",
            "action": 59,
            "target": "<primary><command>rsync</command></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><command>ssh-keygen</command></primary>",
                "old_state": -1
            },
            "id": 34088576,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088576/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732790/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213077+02:00",
            "action": 30,
            "target": "<primary><command>ssh-keygen</command></primary>",
            "old": "<primary><command>rsync</command></primary>",
            "details": {},
            "id": 34088575,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088575/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732789/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.213013+02:00",
            "action": 59,
            "target": "<primary>logg</primary><secondary>videresendelse</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>SSH</primary><secondary>key creation</secondary>",
                "old_state": -1
            },
            "id": 34088574,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088574/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732789/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.212953+02:00",
            "action": 30,
            "target": "<primary>SSH</primary><secondary>key creation</secondary>",
            "old": "<primary>log</primary><secondary>forwarding</secondary>",
            "details": {},
            "id": 34088573,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088573/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732788/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.212885+02:00",
            "action": 59,
            "target": "OpenSSL er delt i to pakker: Klientdelen er i <emphasis role=\"pkg\">openssh-client</emphasis>-pakken, og tjeneren er i <emphasis role=\"pkg\">openssh-server</emphasis>-pakken. <emphasis role=\"pkg\">ssh</emphasis>-meta-pakken er avhengig av begge, og forenkler installeringen av begge (<command>apt install ssh</command>).",
            "old": "",
            "details": {
                "state": 10,
                "source": "OpenSSH is split into two packages: the client part is in the <emphasis role=\"pkg\">openssh-client</emphasis> package, and the server is in the <emphasis role=\"pkg\">openssh-server</emphasis> package. The <emphasis role=\"pkg\">ssh</emphasis> meta-package depends on both parts and facilitates installation of both (<command>apt install ssh</command>), while the <emphasis role=\"pkg\">task-ssh-server</emphasis>, often chosen during the initial installation, depends on the server package only.",
                "old_state": -1
            },
            "id": 34088572,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088572/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732788/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.212826+02:00",
            "action": 30,
            "target": "OpenSSH is split into two packages: the client part is in the <emphasis role=\"pkg\">openssh-client</emphasis> package, and the server is in the <emphasis role=\"pkg\">openssh-server</emphasis> package. The <emphasis role=\"pkg\">ssh</emphasis> meta-package depends on both parts and facilitates installation of both (<command>apt install ssh</command>), while the <emphasis role=\"pkg\">task-ssh-server</emphasis>, often chosen during the initial installation, depends on the server package only.",
            "old": "OpenSSH is split into two packages: the client part is in the <emphasis role=\"pkg\">openssh-client</emphasis> package, and the server is in the <emphasis role=\"pkg\">openssh-server</emphasis> package. The <emphasis role=\"pkg\">ssh</emphasis> meta-package depends on both parts and facilitates installation of both (<command>apt install ssh</command>).",
            "details": {},
            "id": 34088571,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088571/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732787/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.212762+02:00",
            "action": 59,
            "target": "<primary><emphasis role=\"pkg\">vnc4server</emphasis></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><emphasis role=\"pkg\">openssh-server</emphasis></primary>",
                "old_state": -1
            },
            "id": 34088570,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088570/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732787/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.212702+02:00",
            "action": 30,
            "target": "<primary><emphasis role=\"pkg\">openssh-server</emphasis></primary>",
            "old": "<primary><emphasis role=\"pkg\">vnc4server</emphasis></primary>",
            "details": {},
            "id": 34088569,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088569/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732786/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.212640+02:00",
            "action": 59,
            "target": "<primary><emphasis role=\"pkg\">tsclient</emphasis></primary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary><emphasis role=\"pkg\">openssh-client</emphasis></primary>",
                "old_state": -1
            },
            "id": 34088568,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088568/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732786/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.212583+02:00",
            "action": 30,
            "target": "<primary><emphasis role=\"pkg\">openssh-client</emphasis></primary>",
            "old": "<primary><emphasis role=\"pkg\">tsclient</emphasis></primary>",
            "details": {},
            "id": 34088567,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/34088567/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/82732785/?format=api",
            "component": "https://hosted.weblate.org/api/components/debian-handbook/09_unix-services/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-07T09:55:50.212525+02:00",
            "action": 59,
            "target": "<primary>SSH-tunnel</primary><secondary>VNC</secondary>",
            "old": "",
            "details": {
                "state": 10,
                "source": "<primary>SSH</primary><secondary>OpenSSH</secondary>",
                "old_state": -1
            },
            "id": 34088566,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/34088566/?format=api"
        }
    ]
}