Displaying 4 results from an estimated 4 matches for "vicchi".
2002 Mar 11
1
Fw: Firewall and Port Forward Clash?
----- Original Message -----
From: "Tom Eastep" <teastep@shorewall.net>
To: "Gary Gale" <gary@vicchi.org>
Sent: Monday, March 11, 2002 11:48 AM
Subject: Re: [Shorewall-users] Firewall and Port Forward Clash?
> Gary,
>
> ----- Original Message -----
> From: "Gary Gale" <gary@vicchi.org>
> To: "Shorewall Users List" <shorewall-users@shorewall.net>...
2017 Jan 24
2
Need information to bypass the preauth in openssh
...sing.
Distributor ID: Debian
Description: Debian GNU/Linux 8.2 (jessie)
Release: 8.2
Codename: jessie
Regards,
Vishwanath KC
+918892599848.
On Tue, Jan 24, 2017 at 11:16 AM, Darren Tucker <dtucker at zip.com.au> wrote:
> On Tue, Jan 24, 2017 at 4:17 PM, Vishwanath KC <vicchi.cit at gmail.com>
> wrote:
> [...]
> > But in my case all user info is present in remote database and
> > authentication is form remote using tacacs+ server.
>
> What platform is this? You probably want a NSS module or the
> equivalent for your platform so that getpwn...
2017 Jan 24
2
Need information to bypass the preauth in openssh
Hi,
I am Vishwanath, I got one requirement from our clients regarding remote
authentication. In which all users info present in remote user database.
Currently using openssh for SSH connections.
To open a new remote session via SSH, the openssh will look into the
/etc/passwd file. If user present then it will allow to login using
password or key authentication.
But in my case all user info is
2017 Jan 24
2
Need information to bypass the preauth in openssh
> On 24 Jan 2017, at 06:01, Darren Tucker <dtucker at zip.com.au> wrote:
>
> On Tue, Jan 24, 2017 at 4:54 PM, Vishwanath KC <vicchi.cit at gmail.com> wrote:
> [...]
>> Distributor ID: Debian
>> Description: Debian GNU/Linux 8.2 (jessie)
>
> As you've seen, sshd requires that the system's getpwnam() function
> knows the user, without which it does not know, for example, what
> userid to...