source: postlfs/security/ssh-askpass.xml@ 075cb1e

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 075cb1e was 075cb1e, checked in by Bruce Dubbs <bdubbs@…>, 15 months ago

Update to openssh and ssh-askpass 9.2p1.

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY ssh-askpass-download-http
8 "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&ssh-askpass-version;.tar.gz">
9 <!ENTITY ssh-askpass-download-ftp
10 "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&ssh-askpass-version;.tar.gz">
11 <!ENTITY ssh-askpass-md5sum "&openssh-md5sum;">
12 <!ENTITY ssh-askpass-size "1.8 MB">
13 <!ENTITY ssh-askpass-buildsize "10 MB">
14 <!ENTITY ssh-askpass-time "less than 0.1 SBU">
15]>
16
17<sect1 id="ssh-askpass" xreflabel="ssh-askpass-&ssh-askpass-version;">
18 <?dbhtml filename="ssh-askpass.html"?>
19
20
21 <title>ssh-askpass-&ssh-askpass-version;</title>
22
23 <indexterm zone="ssh-askpass">
24 <primary sortas="a-ssh-askpass">ssh-askpass</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to ssh-askpass</title>
29
30 <para>
31 The <application>ssh-askpass</application> is a generic executable name for
32 many packages, with similar names, that provide a interactive X service to
33 grab password for packages requiring administrative privileges to be run.
34 It prompts the user with a window box where the necessary password can be
35 inserted. Here, we choose Damien Miller's package distributed in the
36 <application>OpenSSH</application> tarball.</para>
37
38 &lfs112_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&ssh-askpass-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&ssh-askpass-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &ssh-askpass-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &ssh-askpass-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &ssh-askpass-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &ssh-askpass-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">ssh-askpass Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtk3"/>,
79 <xref role="runtime" linkend="sudo"/> (runtime),
80 <xref linkend="xorg7-lib"/>, and
81 <xref role="runtime" linkend="x-window-system"/> (runtime)
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url='&blfs-wiki;/ssh-askpass'/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of ssh-askpass</title>
91
92 <para>
93 Install <application>ssh-askpass</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>cd contrib &amp;&amp;
98make gnome-ssh-askpass3</userinput></screen>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>install -v -d -m755 /usr/libexec/openssh/contrib &amp;&amp;
105install -v -m755 gnome-ssh-askpass3 /usr/libexec/openssh/contrib &amp;&amp;
106ln -sv -f contrib/gnome-ssh-askpass3 /usr/libexec/openssh/ssh-askpass</userinput></screen>
107
108 <para>
109 The use of /usr/libexec/openssh/contrib and a symlink is justified by the
110 eventual necessity of a different program for that service.
111 </para>
112
113 </sect2>
114
115 <sect2 role="configuration">
116 <title>Configuring ssh-askpass</title>
117
118 <sect3 id="ssh-askpass-config">
119 <title>Configuration Information</title>
120
121 <para>
122 As the <systemitem class="username">root</systemitem> user, configure
123 <xref linkend="sudo"/> to use <application>ssh-askpass</application>:
124 </para>
125
126<screen role="root"><userinput>cat &gt;&gt; /etc/sudo.conf &lt;&lt; "EOF" &amp;&amp;
127<literal># Path to askpass helper program
128Path askpass /usr/libexec/openssh/ssh-askpass</literal>
129EOF
130chmod -v 0644 /etc/sudo.conf</userinput></screen>
131
132 <para>
133 If a given graphical &lt;application&gt; requires administrative
134 privileges, use <command>sudo -A &lt;application&gt;</command> from an
135 x-terminal, from a Window Manager menu and/or replace
136 "Exec=&lt;application&gt; ..." by
137 "Exec=sudo -A &lt;application&gt; ..." in the
138 &lt;application&gt;.desktop file.
139 </para>
140
141 </sect3>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Library</segtitle>
151 <segtitle>Installed Directory</segtitle>
152
153 <seglistitem>
154 <seg>
155 gnome-ssh-askpass3, ssh-askpass (symlink to
156 <filename>gnome-ssh-askpass3</filename>)
157 </seg>
158 <seg>
159 None
160 </seg>
161 <seg>
162 /usr/libexec/openssh/contrib
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.