सूक्ति-टर्मिनल के साथ सुडो प्रमाणीकरण रखना


10

क्या sudoसत्रों को टैब के पार साझा किया जा सकता है gnome-terminal, ताकि एक बार sudoएक टैब में उपयोग करने के बाद , मुझे हर बार अपना पासवर्ड दोबारा दर्ज न करना पड़े और मैं दूसरा टैब खोलूं और उपयोग कर सकूं sudo?

जवाबों:


11

सभी शेल सत्रों (केवल एक विशिष्ट उदाहरण के टैब ) में sudoप्रमाणीकरण साझा करने के लिए, आपको इस लाइन को अपनी फ़ाइल में जोड़ना होगा ( ऐसा करने के लिए उपयोग करें):gnome-terminal/etc/sudoersvisudo

Defaults !tty_tickets

से man sudoers:

   sudoers uses time stamp files for credential caching.  Once a user has
   been authenticated, a time stamp is updated and the user may then use
   sudo without a password for a short period of time (15 minutes unless
   overridden by the timeout option.  By default, sudoers uses a tty-based
   time stamp which means that there is a separate time stamp for each of
   a user's login sessions.  The tty_tickets option can be disabled to
   force the use of a single time stamp for all of a user's sessions.

   [...]

   tty_tickets     If set, users must authenticate on a per-tty basis.
                   With this flag enabled, sudo will use a file named for
                   the tty the user is logged in on in the user's time
                   stamp directory.  If disabled, the time stamp of the
                   directory is used instead.  This flag is on by default.
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.