Re: fail2ban: default 5 attemps == 1 SSH client connection?

2024-06-28 Thread Dan Ritter
Steffen Dettmer wrote: > I encountered multiple times that debian based containers use fail2ban by > default with a max attempt value of 5, even for SSH logins using strong > asymmetric keys. There is no "debian based container" standard. Talk to whoever built your container. (Why isn't it you?)

fail2ban: default 5 attemps == 1 SSH client connection?

2024-06-28 Thread Steffen Dettmer
Hi, I encountered multiple times that debian based containers use fail2ban by default with a max attempt value of 5, even for SSH logins using strong asymmetric keys. (Again I just got locked out for 1h (fortunately a container, so I can access anyway). Do you know what happened? My SSH key agent

Re: [solved] Re: No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-06-01 Thread Nicholas Geovanis
Just to compare, when Red Hat released 9.0 maybe 2 years ago (9.2 is current until 30 June) they disabled by default many older key-lengths and algorithms in SSL that were known to be weak. This caused issues for existing installations. You could either re-enable the weaker methods (easy but a pain

Re: [solved] Re: No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-06-01 Thread Max Nikulin
On 01/06/2024 16:42, Thomas Schmitt wrote: debug1: Remote protocol version 2.0, remote software version OpenSSH_6.7p1 Debian-5 (I wonder what the string "Debian-5" may mean. The Debian 12 machine has debug1: Local version string SSH-2.0-OpenSSH_9.2p1 Debian-2+deb12u2 So "-5" is not the

[solved] Re: No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-06-01 Thread Thomas Schmitt
Hi, Jeffrey Walton wrote: > If I am not mistaken, the problem you are experiencing is due to using > RSA/SHA-1 on the old machine. Max Nikulin wrote: > My reading of /usr/share/doc/openssh-client/NEWS.Debian.gz is that ssh-rsa > means SHA1 while clients offers SHA256 for the same id_rsa key. Ind

Re: No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-05-31 Thread Max Nikulin
On 01/06/2024 01:52, Thomas Schmitt wrote: debug1: Offering public key:/home/.../.ssh/id_rsa RSA SHA256:... [...] The Debian 12 ssh client is obviously willing to try ssh-rsa. My reading of /usr/share/doc/openssh-client/NEWS.Debian.gz is that ssh-rsa means SHA1 while clients offers

Re: No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-05-31 Thread Jeffrey Walton
_ed25519.pub to the Debian 8 file > .ssh/authorized_keys2 . Now ssh to the Debian 8 machine works again. > > But i find this error message "no mutual signature algorithm" strange. > The Debian 12 ssh client is obviously willing to try ssh-rsa. > The Debian 8 sshd accepted t

[solved] Re: No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-05-31 Thread Thomas Schmitt
Hi, the following line in ~/.ssh/config did the trick: PubkeyAcceptedAlgorithms +ssh-rsa This lets ssh -v report: debug1: Offering public key: /home/.../.ssh/id_rsa RSA SHA256:... debug1: Server accepts key: /home/.../.ssh/id_rsa RSA SHA256:... Authenticated to ... ([...]:22) using "pub

Re: No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-05-31 Thread Michael Kjörling
On 31 May 2024 20:52 +0200, from scdbac...@gmx.net (Thomas Schmitt): > The ssh-rsa key was generated by Debian 10. man ssh-keygen of buster > says the default of option -b with RSA was 2048. > (Does anybody know how to analyze a key file in regard to such > parameters ?) $ ssh-keygen -l -f $pubkey

No login with Debian 12 ssh client, ssh-rsa key, Debian 8 sshd

2024-05-31 Thread Thomas Schmitt
i find this error message "no mutual signature algorithm" strange. The Debian 12 ssh client is obviously willing to try ssh-rsa. The Debian 8 sshd accepted that key from Debian 11. Why not from 12 ? In https://www.openssh.com/releasenotes.html i find for 9.2 or older only a Requi

Re: PuTTY SSH client security

2014-07-14 Thread Virgo Pärna
On Sat, 12 Jul 2014 12:13:10 -0400 (EDT), Stephen Powell wrote: > > I think you meant to say "susceptible", not "suspectible". > But otherwise, that's a good point. > Oops, sorry. -- Virgo Pärna virgo.pa...@mail.ee -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with

Re: PuTTY SSH client security

2014-07-12 Thread Stephen Powell
On Fri, 11 Jul 2014 08:14:31 -0400 (EDT), Virgo Pärna wrote: > > On Thu, 10 Jul 2014 10:24:50 +0100, Darac Marjal > wrote: >> >> PuTTY is *not* based on OpenSSL[1], so it has never been susceptible to >> the heartbleed bug. >> > > And even if it were based on OpenSSL, it would not have been su

Re: PuTTY SSH client security

2014-07-11 Thread Virgo Pärna
On Thu, 10 Jul 2014 10:24:50 +0100, Darac Marjal wrote: > > PuTTY is *not* based on OpenSSL[1], so it has never been susceptible to > the heartbleed bug. > And even if it were based on OpenSSL, it would not have been suspectible to heartbleed bug, because ssh protocol was not suspectible to

Re: PuTTY SSH client security

2014-07-10 Thread Stephen Powell
has never been susceptible to > the heartbleed bug. > > [1] https://the.earth.li/~sgtatham/putty/0.63/htmldoc/AppendixA.html#faq-misc Darac is right, "Kitty Cat". I also use PuTTY as an SSH client to connect to Debian systems. This is unrelated to your question, but I thought that I wo

Re: PuTTY SSH client security

2014-07-10 Thread Darac Marjal
On Thu, Jul 10, 2014 at 03:19:07AM -0600, Kitty Cat wrote: >I use PuTTY to connect to my Debian boxes. > >I was concerned about whether PuTTY is susceptible to the Heartbleed bug, >etc. as I noticed that the program has not had any updates in quite some >time. > >[1]http://www

PuTTY SSH client security

2014-07-10 Thread Kitty Cat
I use PuTTY to connect to my Debian boxes. I was concerned about whether PuTTY is susceptible to the Heartbleed bug, etc. as I noticed that the program has not had any updates in quite some time. http://www.chiark.greenend.org.uk/~sgtatham/putty/ Is this software still considered to be secure?

Re: [OT] Ogg-Player and SSH client for Symbian S60 3rd Generation

2008-05-14 Thread Michelle Konzack
Hello Eduardo, Am 2008-05-13 08:14:01, schrieb Eduardo M KALINOWSKI: > I don't know about SCP/SFTP, but there is a port of putty for Symbian: > http://s2putty.sourceforge.net/ Thanks for the link... downloaded! Now I need a scp/sftp which let me up/download stuff to my Website. Editing HTML

Re: [OT] Ogg-Player and SSH client for Symbian S60 3rd Generation

2008-05-13 Thread Eduardo M KALINOWSKI
Michelle Konzack wrote: > The same problem is with the SSH/SCP/SFTP Clients where SICFTP does not > support SSL and I need a solution too. > I don't know about SCP/SFTP, but there is a port of putty for Symbian: http://s2putty.sourceforge.net/ -- Law of the Jungle: He who hesitates i

[OT] Ogg-Player and SSH client for Symbian S60 3rd Generation

2008-05-13 Thread Michelle Konzack
Hello, Now I have checked over 20 Websites but all Ogg-Player are not working on SmartPhone "Nokia 6120 classic" with Symbian S60 third Generation. I have only found Ogg-Players for the first and second Generation, which are not compatibel. Can anyone tell me where I can get a suitable Ogg-Pla

Re: ssh client http(s) based

2007-01-04 Thread Mark
MeneM wrote: Hi List, I'm looking for a ssh client that runs on a webserver. Something I can connect to using a regular web browser and then connect to a ssh server from that server (Instead of the connection originating from the client) Trying to circumvent a firewall that only let&

Re: ssh client http(s) based

2007-01-03 Thread Ottavio Caruso
Liam O'Toole wrote: > On Tue, 02 Jan 2007 23:59:29 +0100 > MeneM <[EMAIL PROTECTED]> wrote: > > > Hi List, > > > > I'm looking for a ssh client that runs on a webserver. Something I > > can connect to using a regular web browser and then connect

Re: ssh client http(s) based

2007-01-03 Thread Liam O'Toole
On Tue, 02 Jan 2007 23:59:29 +0100 MeneM <[EMAIL PROTECTED]> wrote: > Hi List, > > I'm looking for a ssh client that runs on a webserver. Something I > can connect to using a regular web browser and then connect to a ssh > server from that server (Instead of the connect

ssh client http(s) based

2007-01-02 Thread MeneM
Hi List, I'm looking for a ssh client that runs on a webserver. Something I can connect to using a regular web browser and then connect to a ssh server from that server (Instead of the connection originating from the client) Trying to circumvent a firewall that only let's out port

Re: ssh client and ssh server

2004-03-16 Thread Gokul Poduval
You can install putty, which is only a ssh client. $apt-get install putty This is what I get in unstable Package: putty Priority: optional Section: net Installed-Size: 624 Maintainer: Colin Watson <[EMAIL PROTECTED]> Architecture: i386 Version: 0.54-2 Depends: libc6 (>= 2.3.2.ds1-4), l

Re: Fwd: Re: ssh client and ssh server

2004-03-16 Thread Colin Watson
Putty, for example. Only for the client. > > $ apt-cache search putty > > pterm - PuTTY terminal emulator > > putty - Telnet/SSH client for X > > putty-tools - command-line tools for SSH, SCP, and SFTP > > I agree on the waste of space thing, however: > > [EMAIL

Fwd: Re: ssh client and ssh server

2004-03-16 Thread Tom
- Forwarded message from Andreas Janssen <[EMAIL PROTECTED]> - Date: Tue, 16 Mar 2004 22:35:43 +0100 User-Agent: KMail/1.6 From: Andreas Janssen <[EMAIL PROTECTED]> To: Tom <[EMAIL PROTECTED]> Subject: Re: ssh client and ssh server Hello Am Dienstag, 16. März 2004

Re: ssh client and ssh server

2004-03-16 Thread Andreas Janssen
Hello Greg Bolshaw (<[EMAIL PROTECTED]>) wrote: > Lawrence Lee wrote: >> I want to install ssh on an old laptop that has a small hard drive. >> My problem is that I think the ssh server is huge, so I just want to >> install ssh client. I don't just want to disable

Re: ssh client and ssh server

2004-03-16 Thread Steve Lamb
Lawrence Lee wrote: I want to install ssh on an old laptop that has a small hard drive. My problem is that I think the ssh server is huge. Me thinks you think wrong. [EMAIL PROTECTED]:~} ls -l `which sshd` -rwxr-xr-x1 root root 275288 2004-01-04 15:44 /usr/sbin/sshd [EMAIL PROTEC

Re: ssh client and ssh server

2004-03-16 Thread Greg Bolshaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lawrence Lee wrote: > I want to install ssh on an old laptop that has a small hard drive. > My problem is that I think the ssh server is huge, so I just want to > install ssh client. I don't just want to disable the server, but i >

ssh client and ssh server

2004-03-16 Thread Lawrence Lee
I want to install ssh on an old laptop that has a small hard drive. My problem is that I think the ssh server is huge, so I just want to install ssh client. I don't just want to disable the server, but i don't want it to install ssh server, to save space. I tried googling, but nothin

Re: ssh-client & gui

2002-03-12 Thread Rogério Brito
On Mar 12 2002, Ines Rieger wrote: > the buttons and drag an drop felling and so on. My users want to select a > file in a file browser an copy by ssh to another machine. They do not want > to use an xterm an a keyboard. They only want to use their mice. (: Perhaps the package kio-fish wou

Re: ssh-client & gui

2002-03-12 Thread Craig Dickson
begin Ross Burton quotation: > Have you noticed that Cygwin are shipping rxvt as a package? That makes > everything far, far saner. I knew it was there, but I thought it required XFree86/Cygwin. I am pleasantly surprised to find that it does not, and simply appears in its own top-level Win32 f

Re: ssh-client & gui

2002-03-12 Thread Vincent Lefevre
On Tue, Mar 12, 2002 at 15:16:41 +0100, Ines Rieger wrote: > > > yes, I know that (: . I am searching for a graphical user > > > interface to run ssh. An equivalent program to PuTTY, TeraTerm > > > etc but for Unix. > > > > What's the difference with running ssh in a xterm? > > the buttons and dra

Re: ssh-client & gui

2002-03-12 Thread Dale Hair
gftp has the option of using SSH & SSH2, haven't tried it. On Tue, 2002-03-12 at 08:16, Ines Rieger wrote: > Hi, > > > > yes, I know that (: . I am searching for a graphical user interface to run > > > ssh. An equivalent program to PuTTY, TeraTerm etc but for Unix. > > > > What's the difference

Re: ssh-client & gui

2002-03-12 Thread Brett Parker
On Tue, Mar 12, 2002 at 01:16:45PM +0100, Ines Rieger wrote: > Hi all, > is there any graphical ssh-client for Unix? Testing onwards has secpanel, which I've used a couple of times and at a guess would do what you're after. Thanks, Brett Parker

Re: ssh-client & gui

2002-03-12 Thread Ross Burton
On Tue, 2002-03-12 at 14:24, Craig Dickson wrote: > > What's the difference with running ssh in a xterm? > Not much. Configuration dialog boxes, mostly. I use PuTTY on Win32 > systems, but would drop it if only the cygwin bash window behaved like a > proper xterm. Have you noticed that Cygwin are

Re: ssh-client & gui

2002-03-12 Thread Craig Dickson
begin Vincent Lefevre quotation: > On Tue, Mar 12, 2002 at 13:41:29 +0100, Ines Rieger wrote: > > > On Tue, 2002-03-12 at 12:16, Ines Rieger wrote: > > > > is there any graphical ssh-client for Unix? > > > > > > Any terminal emulator, from xterm upward

Re: ssh-client & gui

2002-03-12 Thread Ines Rieger
Hi, > > yes, I know that (: . I am searching for a graphical user interface to run > > ssh. An equivalent program to PuTTY, TeraTerm etc but for Unix. > > What's the difference with running ssh in a xterm? the buttons and drag an drop felling and so on. My users want to select a file in a file br

Re: ssh-client & gui

2002-03-12 Thread Vincent Lefevre
On Tue, Mar 12, 2002 at 13:41:29 +0100, Ines Rieger wrote: > > On Tue, 2002-03-12 at 12:16, Ines Rieger wrote: > > > is there any graphical ssh-client for Unix? > > > > Any terminal emulator, from xterm upwards, can run ssh. > > > yes, I know that (: . I am sear

Re: ssh-client & gui

2002-03-12 Thread Timo Benk
On Tue, Mar 12, 2002 at 01:16:45PM +0100, Ines Rieger wrote: > Hi all, > is there any graphical ssh-client for Unix? I like mindterm. You can even use it from any Windows machine, it is a java applett. -timo -- gpg key fingerprint = 6832 C8EC D823 4059 0CD1 6FBF 9383 7DBD 109

Re: ssh-client & gui

2002-03-12 Thread Ines Rieger
Hi, > On Tue, 2002-03-12 at 12:16, Ines Rieger wrote: > > Hi all, > > is there any graphical ssh-client for Unix? > > Any terminal emulator, from xterm upwards, can run ssh. > yes, I know that (: . I am searching for a graphical user interface to run ssh. An equivalent pr

Re: ssh-client & gui

2002-03-12 Thread Pietro Cagnoni
> Hi all, > is there any graphical ssh-client for Unix? > > THX > Ines xterm -e ssh -X :-) really, it's hard to me to understand what exactly should do a gui for ssh. maybe you need a way to launch gui apps via ssh? if so, you just need the -X switch. pietro.

Re: ssh-client & gui

2002-03-12 Thread Ross Burton
On Tue, 2002-03-12 at 12:16, Ines Rieger wrote: > Hi all, > is there any graphical ssh-client for Unix? Any terminal emulator, from xterm upwards, can run ssh. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber:

ssh-client & gui

2002-03-12 Thread Ines Rieger
Hi all, is there any graphical ssh-client for Unix? THX Ines -- Es ist nichts sicher, ausser dass nichts sicher ist, und nicht einmal das.

Re: ssh-client, which terminal emulation?

2001-02-20 Thread Anthony Fox
Florian Kessler <[EMAIL PROTECTED]> writes: > Hi, > > i want to connect to a remote linux server via ssh using nifty-telnet (mac) > or putty (win32). > Which terminal emulation is the right? Vt102 doesn´t work for me, because > all funktion keys, insert, delete and some others aren´t mapped corre

ssh-client, which terminal emulation?

2001-02-20 Thread Florian Kessler
Hi, i want to connect to a remote linux server via ssh using nifty-telnet (mac) or putty (win32). Which terminal emulation is the right? Vt102 doesn´t work for me, because all funktion keys, insert, delete and some others aren´t mapped correctly. Any hints? Florian

Re: What windows ssh client you use?

2000-10-22 Thread Rino Mardo
er 23, 2000 3:02 PM Subject: Re: What windows ssh client you use? > On Sun, Oct 22, 2000 at 02:56:18PM -0700, Chris Baker wrote: > > Rino Mardo <[EMAIL PROTECTED]> writes: > > > > > I'm using PuTTY from windows to ssh to my debian box but I find that it > >

Re: What windows ssh client you use?

2000-10-22 Thread Barry Dexter A. Gonzaga
On Sun, Oct 22, 2000 at 02:56:18PM -0700, Chris Baker wrote: > Rino Mardo <[EMAIL PROTECTED]> writes: > > > I'm using PuTTY from windows to ssh to my debian box but I find that it > > disconnects my session after some idle time. > > > > Is it a ssh set

Re: What windows ssh client you use?

2000-10-22 Thread Chris Baker
Rino Mardo <[EMAIL PROTECTED]> writes: > I'm using PuTTY from windows to ssh to my debian box but I find that it > disconnects my session after some idle time. > > Is it a ssh setting (coz I can't find it) or it's my ssh client? I used to use putty, but now

Re: What windows ssh client you use?

2000-10-17 Thread Andy Bastien
I know its way off topic, > but has anybody got a keyboard .cnf file they would like to share ?? > > Derm. > - Original Message - > From: "Andy Bastien" <[EMAIL PROTECTED]> > To: > Sent: Sunday, October 15, 2000 3:52 PM > Subject: Re: What windows ssh clie

Re: What windows ssh client you use?

2000-10-17 Thread Diarmuid Drew
AIL PROTECTED]> To: Sent: Sunday, October 15, 2000 3:52 PM Subject: Re: What windows ssh client you use? > There are those who would have you believe that kmself@ix.netcom.com wrote: > > On Sun, Oct 15, 2000 at 03:21:37PM +0400, Rino Mardo ([EMAIL PROTECTED]) wrote: > > > I&

ssh client for windows

2000-10-17 Thread Rino Mardo
Hi. I've now concluded that my timeout problem was with PuTTY. I'm using SecureCRT now and have left it idle for more than hour without being disconnected. Many thanks to those who responded! -- Who's watching the watchmen? Key fingerprint = E619 726E 3815 7A48 EAC7 E49F DF93 4E33 B069 088

Re: What windows ssh client you use?

2000-10-16 Thread Rino Mardo
On Mon, Oct 16, 2000 at 05:52:18AM -0500 or thereabouts, Snowfox wrote: > >Same problem here with my Linux box and our M$ proxy that's why I >have to do apt updates via ftp only. All HTTP requests are blocked >and have to go via the proxy. My initial solution would be to use >Sam

Re: What windows ssh client you use?

2000-10-16 Thread Snowfox
From: Rino Mardo <[EMAIL PROTECTED]> On Sun, Oct 15, 2000 at 05:51:00PM -0500 or thereabouts, Snowfox wrote: > > Any of these Win clients let other machines see mapped ports? > > SecureCRT only lets localhost; don't see a way to change that. Want to > let a Linux box see ma

Re: What windows ssh client you use?

2000-10-16 Thread Rino Mardo
On Sun, Oct 15, 2000 at 10:52:08AM -0400 or thereabouts, Andy Bastien wrote: > > > Another good (and free) client is the TTSSH extension to TeraTerm. > Yeah I have that too and it also timeouts. Maybe Debian is doing it? If it does then I still can't find it. -- Who's watching the watchmen?

Re: What windows ssh client you use?

2000-10-16 Thread Rino Mardo
On Sun, Oct 15, 2000 at 05:51:00PM -0500 or thereabouts, Snowfox wrote: > > Any of these Win clients let other machines see mapped ports? > > SecureCRT only lets localhost; don't see a way to change that. Want to > let a Linux box see mapped ports since it can't get out through work's > MSProxy s

Re: What windows ssh client you use?

2000-10-15 Thread Alvin Oga
hi ya... have a look at the list http://www.Linux-Consulting.com/Security/ssh.windows.txt have fun linuxing/sshing alvin On Sun, 15 Oct 2000, Joel Dinel wrote: > I use SecureCRT under Win32. It does a lot more than just SSH, but it's not > freeware... > > > -- > > Joel Dinel > [EMAI

Re: What windows ssh client you use?

2000-10-15 Thread Snowfox
x but I find that it > > disconnects my session after some idle time. > > > > Is it a ssh setting (coz I can't find it) or it's my ssh client? > > Could be either. If it's a high-latency connection, you may be getting > a timeout, though I'm

Re: What windows ssh client you use?

2000-10-15 Thread Joel Dinel
I use SecureCRT under Win32. It does a lot more than just SSH, but it's not freeware... -- Joel Dinel [EMAIL PROTECTED]

Re: What windows ssh client you use?

2000-10-15 Thread Andy Bastien
idle time. > > > > Is it a ssh setting (coz I can't find it) or it's my ssh client? > > Could be either. If it's a high-latency connection, you may be getting > a timeout, though I'm not sure where that's configured. > > There are several j

Re: What windows ssh client you use?

2000-10-15 Thread kmself
On Sun, Oct 15, 2000 at 03:21:37PM +0400, Rino Mardo ([EMAIL PROTECTED]) wrote: > I'm using PuTTY from windows to ssh to my debian box but I find that it > disconnects my session after some idle time. > > Is it a ssh setting (coz I can't find it) or it's my ssh client?

What windows ssh client you use?

2000-10-15 Thread Rino Mardo
I'm using PuTTY from windows to ssh to my debian box but I find that it disconnects my session after some idle time. Is it a ssh setting (coz I can't find it) or it's my ssh client? -- Who's watching the watchmen? ICQ: 15096825

Re: ssh client

1999-07-27 Thread Stephen Pitts
On Tue, Jul 27, 1999 at 09:32:46AM +0800, Chad A. Adlawan wrote: > hello all, > this is not a debian specific question, but does anyone know of an ssh > client for Win9x/NT that i can use to connect to my ssh ONLY enabled debian > server ? > i need this as i dont have a li

Re: ssh client

1999-07-27 Thread Carl Mummert
There is a program named 'tera term' that has an ssh extension, surprisingly known as 'tera term ssh'. The url is http://www.zip.com.au/~roca/ttssh.html You have to download two files: the tera term regular executable, and the ssh extention. More info is available through the above link. I am

ssh client

1999-07-27 Thread Chad A. Adlawan
hello all, this is not a debian specific question, but does anyone know of an ssh client for Win9x/NT that i can use to connect to my ssh ONLY enabled debian server ? i need this as i dont have a linux box at home. TIA, Chad