Displaying 20 results from an estimated 4000 matches similar to: "Monitoring ssh logins/logouts"
2010 Jun 30
1
sshd
Hi
Dont know if its possible, can't find any info on the net, but i wanted to
stop my sshd server from returning authntication failed messages to the
clients. Example, a person tries to login and the user or password is
incorrect, i dont want the server to say 'Received disconnect from IP Too
many authentication failures for user'. Just return nothing as if its not
there.
Is there a
2010 Jan 05
9
OpenSSH daemon security bug?
A co-worker argues we can login using only password to a "ssh-key restricted
host (PasswordAuthentication no)", without being asked by any passphase; just
by putting a key (no need to be the private key) on another password-based
host.
It that true? I do not think so. I would name that as an "important OpenSSH
daemon security bug". That is because I think it is not true.
2005 Mar 10
7
Solaris 10 support
Hi Developers,
This is Viet at Sun Microsystems. Does openssh support Solaris 10
spacrc, sol 10 x86, and sol 10 x64. If so, could you please point me to
the link in openssh web site, not sunfreeware.com, that says so and the
link to download. I need an official link to declare to Sun that you do
support sol 10. Thanks.
2007 Aug 15
9
OpenSSH 4.7: call for testing.
Hi All.
OpenSSH 4.7 is preparing for release so we are asking for any interested
folks to please test a snapshot. The main changes are:
* sshd(8) in new installations defaults to SSH Protocol 2 only.
Existing installations are unchanged.
* The SSH channel window size has been increased, which improves
performance on high-BDP networks.
* ssh(1) and sshd(8) now preserve MAC
2004 Dec 10
3
openSSH default user ...
Hello,
I connect from my computer to several systems with one specific user
login on each system. By default, openSSH use the current login name as
default name to the remote host. As each login may have been generated
randomly, I would like to don't have to specify the login for each computer.
So Is there any way to include a configuration file that gives for each
remote host, the
2002 Oct 12
9
AIX remote root logins
I am in the process of introducing OpenSSH into our corporate environment.
This environment includes Solaris / HP-UX / AIX and Linux
We have had audit tell us we need to disable root logins through telnet...
we can do this through the use of OpenSSH on all platforms except AIX
apparently bug # 383 was supposed to take care of this and I have
downloaded -current snapshot
and tested but remote
2003 Feb 20
1
download OpenSSH
Dear Sir or Madam
I would like to download OpenSSH for our HP Unix server, where can I
download it from OpenSSH website?
Hope to hear from you soon.
JM Nampila
Ass. System Administrator
Technology
Telecom Namibia
Tel: +264-61-2012812
Cell: +264811-222584
Fax: +26461-239412
***************************************************************************
The information contained in this e-mail is
2003 Sep 04
3
OpenSSH 3.5p1 (HP version): permissions of public identity
Hello,
I just received thes odd messages from HP-UX Secure Shell A.03.50.000.
(OpenSSH 3.5p1):
# ssh-add id_rsa.pub
5215: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
5215: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
5215: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
5215: Permissions 0644 for 'id_rsa.pub' are too open.
5215: It is
2003 Mar 19
2
Agent Socket Directory
Dear All,
Is it possible to move agent sockets to directories other than /tmp?
For ex., move to /var/run/ssh?
I don't know if anyone has asked for this before. I'm asking this
because according to the current FHS 2.2 (http://www.pathname.com/fhs/),
PID files and sockets should always go to /var/run. I understand that
it is not possible for an ordinary user to write to /var/run,
2001 May 24
2
audio mumbo-jumbo
Can someone *please* help me out in finding some good starting
placing to learning the basics of what I will need to know for developing
a *very simple* audio player?
I wanting to use Ogg Vorbis in some thesis work, but am unfamiliar
with the audio domain. Any help in find references (books, webpages,
people) on development of streaming audio player would be greatly
appreciated as well (I
2003 Apr 04
5
Anti-idle in OpenSSH client?
Heya,
Most of the windows ssh clients (putty, securecrt) have anti-idle
features. They offer either a null packet or protocol no-op or user
defined string to be sent over every x seconds.
Is this possible or planned with the OpenSSH client? Our draconian
firewall admins have started timing out ssh sessions. Yes I'm aware I
could hack up a port forwarding dumb traffic process, but was
2003 Feb 24
1
[Bug 502] New: sshd fails when "Compression yes" set on HPUX
http://bugzilla.mindrot.org/show_bug.cgi?id=502
Summary: sshd fails when "Compression yes" set on HPUX
Product: Portable OpenSSH
Version: 3.5p1
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
2019 Aug 01
1
I need to open the personal homepage function, thank you very much.
Because I am from China, this is the English name.
Alan Bartlett <ajb at elrepo.org> ?2019?7?30??? ??10:42???
> On Tue, 30 Jul 2019 at 07:03, lost maniac <maniac.cn at gmail.com> wrote:
> >
> > I need to open the personal homepage function, thank you very much.
> > My wiki account is: LostManiac
> >
> > thank you very much
> >
2005 Apr 26
4
Blank lines in mailboxes
Hello,
we use dovecot on a regular basis. Sometimes I end up with a user
telling me he does not get mail. When I look after the problem,
I always find leading blank lines in the mbox file. We are using postfix
with dovecot and amavisd as spam scanner. Amavisd never accesses the
mbox files directly so this can be ruled out. I suspected procmail but
now it happened also with accounts where no
2015 Aug 21
4
Announce: OpenSSH 7.1 released
OpenSSH 7.1 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol 2.0 implementation and
includes sftp client and server support. OpenSSH also includes
transitional support for the legacy SSH 1.3 and 1.5 protocols
that may be enabled at compile-time.
Once again, we would like to thank the OpenSSH community
2015 Jun 10
7
curve25519
I have developed a compact at the same time high performance library for
curve25519/ed25519 and I have placed it in the public domain. It support DH
key exchange as well as ed25519 keygen, sign and verify. The implementation
is constant-time, supports blinding, bulk-verify and more.
The library is available as portable-C as well as ASM for Intel-x64 CPUs.
It outperforms curve25519-donna by a
2019 Jul 30
2
I need to open the personal homepage function, thank you very much.
I need to open the personal homepage function, thank you very much.
My wiki account is: LostManiac
thank you very much
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20190730/8acc93d1/attachment-0006.html>
2017 Mar 03
4
Upgrade from 2.0. to 2.2
Hello, we have a centos 6 server running dovecot 2.0 provided with the
OS, currently 2.0.9. We would like to upgrade to the 2.2.19 package
provided by the mailserver.guru repo. I read the upgrading docs for 2.1
and 2.2 and found the following issues:
2.0 - 2.1:
- define namespace inbox or delete 15-mailboxes.conf (we do not "care
about special use mailboxes")
- plugins and UTF-8: we
2017 Mar 05
2
Upgrade from 2.0. to 2.2
Am 05.03.2017 um 22:49 schrieb Peter:
> On 04/03/17 00:22, Jakob Curdes wrote:
>> Hello, we have a centos 6 server running dovecot 2.0 provided with the
>> OS, currently 2.0.9. We would like to upgrade to the 2.2.19 package
>> provided by the mailserver.guru repo.
>
> Why upgrade to such an old version? You can get 2.2.27 (2.2.28 in
> testing) packages from
2003 Feb 21
3
openssh 3.5p1 with openssl-0.9.7a - long
Hi !
This is my first posting so HELLO to everybody !
I`m trying to install openssh 3.5 with newest version of openssl
0.9.7a on rh - i`m building rpms from spec included in openssl
and openssh dist. All compilations went well, sshd, ssh is
working but ... i can`t scp:
[root at beer /root]# scp a.out root at dns:/root/
root at dns's password:
scp: error while loading shared