similar to: [Bug 2499] New: It would be nice to have a tool to manage ssh connections

Displaying 20 results from an estimated 2000 matches similar to: "[Bug 2499] New: It would be nice to have a tool to manage ssh connections"

2012 Sep 29
2
High availability for guests
Hello, What is the recommended way to offer high availability to Guests? For example, let host1, host2 and host3 be libvirt and KVM/Qemu enabled. If I start a guest in host1, how can I guarantee that it will stay online if host1 goes down? GlusterFS, for example, would take care of storage; but what about CPU and RAM? How can this be accomplished? Thank you for any feedback or comment in
2012 Sep 20
2
How to pass info to a guest?
Hello, I would love to be able to pass information to a Guest. For example: - I'd love to sync the root password with the VNC/Spice one - I'd like to be able to inject stuff to /root/.ssh/authorized_keys All of these at boot time. How would I do it? I'd make these files/strings available in the BIOS or something; maybe some kind of storage local to the host and guest as well. Then,
2012 Sep 13
2
How to migrate over TCP without certs
Hey guys, I have a private network and I trust it! /me hides behind trees... So, in order to exercise my trust, I wanna migrate guests over TCP; with and without shared storage. This is: - I want to migrate from host1 to host2; which have shared storage; over TCP without certs - I want to migrate from host1 to host99, which don't have shared storage, over TCP without certs I am asking
2012 Jul 09
0
Metadata accessible within guests
Hello, I'd like to know if there is any way to make metadata; for example, the public part of an SSH, accessible within a Guest? This would be very useful in order to provide access to Guests in an automated way. For example, let's suppose I have an implementation that gives a user the power to create Guests. The user has stored his public SSH key in my implementation. After the user
2004 Jan 26
6
Kernel modules listing
Hi all, please, is there some utility/command/... to list all installed kernel modules ? Peter Rosa
2002 Mar 05
2
Problems with Samba 2.2.3a DC and PAM
Basically, this is going to be just a question to see if what I want to do can be done, since I have had no luck in doing it so far... I have set up a 2.2.3a domain controller, and I can join Windows XP clients to the domain, and log in as domain users. I want to use PAM to enforce account restrictions, such as login time using pam_time. I currently have the *stacked* version of the
2016 Sep 27
3
Login just at special timeslots / working hours
Hi, is there a dovecot feature I did not found yet, which can limit the access to the server to special timeslots like working hours? Or is that a serverside / sssd / auth / pam / account feature? Thanks for hints to some helpfull documentation and sugesstions. Regards . G?tz -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type:
2013 Jul 13
0
★ Libvirt Users, Rene Bon Ciric te ha dejado un mensaje
Rene Bon Ciric te ha dejado un mensaje Este mensaje es personal. Sólo tú y su remitente tenéis acceso a él y te recordamos que lo puedes eliminar en cualquier momento. Si quieres responder puedes hacerlo desde el chat. Para leer tu mensaje, haz clic en el siguiente enlace: http://us1.badoo.com/renich/in/l-47pIIAagA/?lang_id=7&g=57&m=21&mid=51e14031000000000007000001f1ad310252eb3f00e9
2016 Mar 03
2
Broken pipe when using ssh with pam_smbpass.so migrate
Hello, I am trying to keep my samba accounts in sync with my unix accounts. I want to login ssh. Syncing passwords works. Scenario: I create a new user: useradd -m testuser passwd testuser When I log in with the user pam_smbpass should create a corresponding samba user. I modified system-auth which is included in sshd: #### /etc/pam.d/system-auth auth requisite pam_unix.so
2003 Jul 04
2
FW: who am i
Also, try doing 'who /etc' or any other directory. -----Original Message----- From: Mike Jakubik [mailto:mikej@trigger.net] Sent: Friday, July 04, 2003 1:23 PM To: Stable Subject: RE: who am i root@ns1:~# who am i root ttyp1 Jul 4 13:20 (wettoast.org) root@ns1:~# login login: wettoast Password: Last login: Fri Jul 4 09:48:25 on ttyp1 Copyright (c) 1980, 1983, 1986,
2005 Dec 31
6
What does this error mean when using scaffold?
Last login: Fri Dec 30 15:34:43 on ttyp1 source /private/var/tmp/folders.501/TemporaryItems/Locomotive. 1135999534.992790-16807 Welcome to Darwin! frank-roccos-powerbook58:~ farocco$ source /private/var/tmp/folders. 501/TemporaryItems/Locomotive.1135999534.992790-16807 frank-roccos-powerbook58:~/Documents/receipts farocco$ script/ generate scaffold receipt receipt
2005 Sep 21
1
[Bug 2499] rsync fails to exit when run from an environment with a signal mask
https://bugzilla.samba.org/show_bug.cgi?id=2499 ------- Additional Comments From agaffney@gentoo.org 2005-09-21 09:01 ------- I see rsync 2.6.6 is out. Any chance this made it in? -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
2007 Jul 10
3
No password prompt for ssh from perl script
Hi, I need some help from you guys for one issue I am facing with my script. While logging into localhost using ssh from command prompt it works: It works from command prompt --> ssh loginid at localhost But when we try to login to localhost using ssh from perl script using pseudo terminal, I am getting the following without any password prompt. We are getting following instead of
2016 Mar 02
1
Traffic mirroring
Hello, We're interested in mirroring traffic from a host's guests to another host's guest. We've been able to achieve that on the same host; redirecting traffic from the host's bridge interface (VLAN) to one of the guest's in the same host by using the tc command. But, when it comes to traffic from one host to the other, we haven't been able to pull it through.
2010 Nov 08
1
openssh question
The denyUsers / AllowUsers option in openSSH does not satisfy our needs. We want to supply our own software to allow/deny sessions based on time of day. I do not know if PAM can do this, but in any case we can not use PAM. ? Did someone do such a change in openSSH code
2001 Sep 28
2
2.9.9p2 bug in PAM support
With OpenSSH 2.9.9p2 as the server, I'm not able to do scp or "ssh machinename command" in general to any of my Suns! I tracked this down a bit; the problem occurs only when PAM support is enabled. However, if I remove line 430 of session.c, "do_pam_session(s->pw->pw_name, NULL);" inside of do_exec_no_pty, the problem goes away. It looks like the following entry
2005 Mar 20
0
[Bug 2499] New: rsync fails to exit when run from an environment with a signal mask
https://bugzilla.samba.org/show_bug.cgi?id=2499 Summary: rsync fails to exit when run from an environment with a signal mask Product: rsync Version: 2.6.3 Platform: All OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org
2006 Feb 02
1
DO NOT REPLY [Bug 2499] rsync fails to exit when run from an environment with a signal mask
https://bugzilla.samba.org/show_bug.cgi?id=2499 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #4 from wayned@samba.org 2006-02-01 19:47 MST ------- OK,
2005 Oct 26
1
Error message with fbt::copen:entry probe
All, The attached script is causing the following error message ... bash-3.00# ./zmon_bug.d dtrace: error on enabled probe ID 2 (ID 4394: fbt:genunix:copen:entry): invalid address (0xfd91747f) in predicate at DIF offset 120 dtrace: error on enabled probe ID 2 (ID 4394: fbt:genunix:copen:entry): invalid address (0xfef81a3f) in predicate at DIF offset 120 Any ideas? thxs Joe --
2017 Jul 02
1
[PATCH] drm: ttm: virtio-gpu: dma-buf: Constify ttm_place structures.
ttm_place are not supposed to change at runtime. All functions working with ttm_place provided by <drm/ttm/ttm_placement.h> work with const ttm_place. So mark the non-const structs as const. File size before: text data bss dec hex filename 2315 184 0 2499 9c3 drivers/gpu/drm/virtio/virtgpu_ttm.o File size After adding 'const': text data