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

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

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

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

[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.

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

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

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

2024-05-31 Thread Thomas Schmitt
. 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 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 zlinux...@wowway.com 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

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 mailingl...@darac.org.uk 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

Re: PuTTY SSH client security

2014-07-11 Thread Virgo Pärna
On Thu, 10 Jul 2014 10:24:50 +0100, Darac Marjal mailingl...@darac.org.uk 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

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: 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.

Re: PuTTY SSH client security

2014-07-10 Thread Stephen Powell
/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 would take this opportunity to pass on some tips for getting the most out of PuTTY when used with a Debian host, based

Re: zelfde LANG op ssh server als op ssh client

2013-12-27 Thread Geert Stappers
heeft in /etc/ssh/sshd_config AcceptEnv LANG LC_* Ook heeft de ssh server meerdere locales ingestalleerd, waaronder en_US. In de ssh-sessie op die server is LANG=nl_NL.UTF-8, daar was LANG=en_US verwacht. Maar waarom die LANG waarde? De mismatch in LANG tussen ssh-client en

[RESOLU] Utilisation de ssh client bloquée

2008-08-07 Thread Guy Roussin
Bonjour, Petit rappel: la commande ssh ne marche pas sur une machine sauf si lancée avec un gdb ou un strace ! Le cpu est utilisé à 100% et en peu de temps toute la RAM est mangée ! La solution : Un admin zélé a ajouté dans /etc/bash.bashrc les lignes suivantes : sshy() { ssh -Y $@ ;

Re: Utilisation de ssh client bloquée

2008-07-23 Thread Guy Roussin
Bonjour et merci de vous intéresser à mon problème. Effectivement, y a un fonctionnement étrange avec strace. Avec le strace, je peux saisir mon mot de passe et me logguer. Biensûr, à cause des commentaires de strace cette connexion est pas vraiment utilisable. Noter également que le scp

Re: Utilisation de ssh client bloquée

2008-07-23 Thread Guy Roussin
Bonjour, J'avais loupé ce point ainsi que le fait qu'il s'agissait d'une Debian stable. La prochaine fois je lirai plus correctement le message initial. Guy, tu ne vois pas Password: s'afficher lorsque tu tentes ton ssh ? Effectivement password ne s'affiche pas ... Si non essaie une

Re: Utilisation de ssh client bloquée

2008-07-23 Thread GiGGz
Guy Roussin a écrit : Bonjour, slt, J'avais loupé ce point ainsi que le fait qu'il s'agissait d'une Debian stable. La prochaine fois je lirai plus correctement le message initial. Guy, tu ne vois pas Password: s'afficher lorsque tu tentes ton ssh ? Effectivement password ne s'affiche

Re: Utilisation de ssh client bloquée

2008-07-23 Thread Guy Roussin
juste un truc bête : je suppose que tu as déjà testé mais bon... en renommant le ~/.ssh en ~/.ssh_old , ça fait qqch ? Merci GiGGz, je n'avais pas testé ... mais ça ne change rien. Autre remarque que je viens de faire. Pour sortir de cette situation suite au ssh bloqué, un CTRL-C ne suffit pas

Re: Utilisation de ssh client bloquée

2008-07-23 Thread François TOURDE
Le 14083ième jour après Epoch, Guy Roussin écrivait: J'ai l'impression que mon probleme vient du mécanisme mis en place pour cacher la saisie du mot de passe ... Cette saisie est peut etre attendue dans un autre terminal ou dans l'espace intersideral des /dev ... Ou mieux, tu es face à un

Re: Utilisation de ssh client bloquée

2008-07-23 Thread Thomas Preud'homme
The Wednesday 23 July 2008 09:23:10 Guy Roussin, you wrote : Bonjour et merci de vous intéresser à mon problème. Effectivement, y a un fonctionnement étrange avec strace. Avec le strace, je peux saisir mon mot de passe et me logguer. Biensûr, à cause des commentaires de strace cette connexion

Re: Utilisation de ssh client bloquée

2008-07-23 Thread Guy Roussin
Quelques observations complémentaires. Lorsque je suis sous gnome avec un compte non root, le probleme du blocage ssh se pose de la même manière. Je peux voir avec le moniteur système que 100% d'un cpu est utilisé par le processus bash et que la mémoire est consommée a un rythme soutenu de qq %

Re: Utilisation de ssh client bloquée

2008-07-23 Thread daniel huhardeaux
Guy Roussin a écrit : [...] Lorque je suis dans une console (ctrl-alt-Fx ou depuis un accès ssh d'une autre machine) le blocage se manifeste lorsque je suis root mais je viens de constater que je n'ai pas de blocage si je ne suis pas root !!! Peut etre que root n'est pas autorisé à se connecter

Utilisation de ssh client bloquée

2008-07-22 Thread Guy Roussin
Bonjour, Sur une machine en debian etch (amd64) je ne peux pas faire de ssh : Le lancement de ssh avec l'option -vvv pourtant très bavard d'habitude ne donne *rien*. $ ssh -vvv monhost reste bloqué là indéfiniment ... jusqu'à un ctrl C pourtant un : telnet monhost 22 montre un dialogue sur le

Re: Utilisation de ssh client bloquée

2008-07-22 Thread Thomas Preud'homme
The Tuesday 22 July 2008 18:38:21 Guy Roussin, you wrote : Bonjour, Sur une machine en debian etch (amd64) je ne peux pas faire de ssh : Le lancement de ssh avec l'option -vvv pourtant très bavard d'habitude ne donne *rien*. $ ssh -vvv monhost reste bloqué là indéfiniment ... jusqu'à un

Re: Utilisation de ssh client bloquée

2008-07-22 Thread Guy Roussin
Merci Thomas pour cette réponse rapide. AS-tu eu une mise à jour de openssh-client récemment ? Si oui essaie de récupérer la version de testing Sans doute, l'installation est toute fraiche ... # apt-cache policy openssh-client openssh-client: Installé : 1:4.3p2-9etch2 Candidat :

Re: Utilisation de ssh client bloquée

2008-07-22 Thread Thomas Preud'homme
Le mardi 22 juillet 2008, Raphael Hertzog a écrit : Bonjour, On Tue, 22 Jul 2008, Guy Roussin wrote: Le lancement de ssh avec l'option -vvv pourtant très bavard d'habitude ne donne *rien*. $ ssh -vvv monhost reste bloqué là indéfiniment ... jusqu'à un ctrl C Ce n'est pas cohérent avec

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

[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

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 is

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's out

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 connection originating from the client

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 to a ssh server from that server (Instead of the connection

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 80 and 443

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 nothing relavant

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 don't want

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

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 the server, but i don't want

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 21:28 schrieb Tom: * [16/03

Re: Fwd: Re: ssh client and ssh server

2004-03-16 Thread Colin Watson
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 PROTECTED]:~$ apt-cache search putty vbox3 - voice response system for isdn4linux [EMAIL PROTECTED]:~$ Seems there is no putty package in Woody, so

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), libglib1.2

ssh client

2002-10-05 Thread f . riton
bonjour !! existe il un clien ssh sous X ( genre putty ) malgré mes recherches je n ai rien trouver merci

Re: ssh client

2002-10-05 Thread Thomas Nemeth
Le 05.10.02, [EMAIL PROTECTED] a tapoté : | bonjour !! 'lut. | existe il un clien ssh sous X ( genre putty ) | malgré mes recherches je n ai rien trouver xterm -e sh -c echo Username: ; read username ; echo Host: ; read host ;\ ssh [EMAIL PROTECTED] | merci Avec plaisir.

Re: ssh client

2002-10-05 Thread VETSEL Patrice
Oui il y a : secpanel (utilise tcl et tk) et kdessh (kde) Utilise apt-cache search ssh ++ existe il un clien ssh sous X ( genre putty ) malgré mes recherches je n ai rien trouver

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 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: [EMAIL

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 host :-) 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 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 program to PuTTY, TeraTerm etc

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 109E 98DC

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 searching for a graphical user interface to run ssh

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 browser

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 upwards, can run ssh. yes, I know that (: . I am searching

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 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 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 with

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 drag an drop

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

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 would

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: 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 correctly.

Re: What windows ssh client you use?

2000-10-23 Thread Rino Mardo
, 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 disconnects my session after some idle time

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 cygwin includes openssh, so I use

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 setting (coz I can't find it) or it's my ssh client

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

Re: What windows ssh client you use?

2000-10-17 Thread Diarmuid Drew
] To: debian-user@lists.debian.org 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'm using PuTTY from

Re: What windows ssh client you use?

2000-10-17 Thread Andy Bastien
a keyboard .cnf file they would like to share ?? Derm. - Original Message - From: Andy Bastien [EMAIL PROTECTED] To: debian-user@lists.debian.org Sent: Sunday, October 15, 2000 3:52 PM Subject: Re: What windows ssh client you use? There are those who would have you believe

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

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 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 mapped

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 Samba

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: 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? Could be either. If it's

Re: What windows ssh client you use?

2000-10-15 Thread Andy Bastien
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 java ssh clients which run inside Netscape (or IE) which you might want to play with as well

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 Snowfox
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 not sure where that's configured. There are several java ssh clients which

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 [EMAIL

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

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

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 linux box at home. TIA