Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-17 Thread Roger Price
On Mon, 17 Jul 2023, to...@tuxteam.de wrote: On Sun, Jul 16, 2023 at 03:21:06PM -0400, Timothy M Butterworth wrote: Do you have TCP wrappers installed and running? Please post the output of: `less /etc/hosts.allow` `less /etc/hosts.deny` tcpwrappers would lead to a connection refused, not a

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread tomas
On Sun, Jul 16, 2023 at 03:21:06PM -0400, Timothy M Butterworth wrote: [...] > Do you have TCP wrappers installed and running? Please post the output > of: `less > /etc/hosts.allow` `less /etc/hosts.deny` tcpwrappers would lead to a connection refused, not a timeout. Cheers -- t

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Timothy M Butterworth
On Sat, Jul 15, 2023 at 4:32 PM Roger Price wrote: > On Sat, 15 Jul 2023, to...@tuxteam.de wrote: > > > @Roger: what does "sudo ss -antp" (or "netstat -antp") say? Is sshd > > listening on 0.0.0.0:22? Then it's firewall, otherwise (not very > > probable,but hey) it's sshd config. > > Here is

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Roger Price
/SuSEfirewall2_init.service. root@kananga ~ systemctl stop SuSEfirewall2 root@kananga ~ systemctl is-enabled SuSEfirewall2 disabled I then recycled the machine, power off, power on, and I can now ssh into this Debian 9 machine from Debian 11 :-) , so I have a permanent solution. My thanks to all

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Anssi Saari
Roger Price writes: > Does the style of comment give a clue to the tool used ? Earlier you posted a list of firewall rules like this: iptables -L -n --line-numbers reports Chain INPUT (policy ACCEPT) num targetprot opt source destination 1

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Klaus Singvogel
Roger Price wrote: > After the restart, I tried to ssh from Debian 11 to that Debian 9 machine > > rprice@titan ~ ssh -v rprice@kananga > ssh: connect to host kananga port 22: Connection timed out > > So it's something else? Roger Sorry, but I didn't follow the whole thre

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Nicolas George
mick.crane (12023-07-16): > I'd compare the public key of you at 11 to what's in the authorized_keys on > 9. > and what's in known_hosts. > and what's in the sshd config file on 9 about "Listen" > after that I dunno. Oh, please stop. The symptoms do not point to issues with the key AT ALL and the

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread mick.crane
On 2023-07-16 10:53, Roger Price wrote: On Sun, 16 Jul 2023, mick.crane wrote: did you try to ssh to the ip address? I vaguely remember something to do with the keys where I could ssh by number but not name. I ssh from Debian 11 to Debian 9 : rprice@titan ~ ssh rprice@192.168.1.13 ssh

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Roger Price
On Sun, 16 Jul 2023, mick.crane wrote: did you try to ssh to the ip address? I vaguely remember something to do with the keys where I could ssh by number but not name. I ssh from Debian 11 to Debian 9 : rprice@titan ~ ssh rprice@192.168.1.13 ssh: connect to host 192.168.1.13 port 22

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread mick.crane
On 2023-07-16 09:28, Roger Price wrote: On Sun, 16 Jul 2023, mick.crane wrote: Can you ping the problem machine by name? rprice@titan ~ ping -c2 kananga PING kananga (192.168.1.16) 56(84) bytes of data. 64 bytes from kananga (192.168.1.16): icmp_seq=1 ttl=64 time=1.38 ms 64 bytes from

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread tomas
On Sun, Jul 16, 2023 at 11:03:52AM +0200, Roger Price wrote: [...] > On a Debian 9 machine I typed the commands > > iptables -F > iptables -X > iptables -P INPUT ACCEPT > iptables -P FORWARD ACCEPT > iptables -P OUTPUT ACCEPT > > and then _immediately_ atte

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Roger Price
are barking up the right tree: can you ssh after flushing the firewalls and /before/ rebooting? On a Debian 9 machine I typed the commands iptables -F iptables -X iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT and then _immediately_ attempted to ssh from

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Roger Price
On Sun, 16 Jul 2023, mick.crane wrote: Can you ping the problem machine by name? rprice@titan ~ ping -c2 kananga PING kananga (192.168.1.16) 56(84) bytes of data. 64 bytes from kananga (192.168.1.16): icmp_seq=1 ttl=64 time=1.38 ms 64 bytes from kananga (192.168.1.16): icmp_seq=2 ttl=64

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread tomas
On Sun, Jul 16, 2023 at 09:07:03AM +0100, mick.crane wrote: [...] > Can you ping the problem machine by name? > mick No, it isn't a name resolution issue. The original "ssh -v" output, which I re-quote here shows that clearly: | rprice@kananga:~$ ssh -v rprice@maria | OpenSSH_7.4p1

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread mick.crane
On 2023-07-16 07:26, Roger Price wrote: On Sun, 16 Jul 2023, Intense Red wrote: Are you trying to ssh into the box as the root user? I do not ssh into remote boxes as root; I use ssh to root only within the box. If so, remember Debian's ssh configuration stops root from logging in.

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread tomas
On Sun, Jul 16, 2023 at 03:46:06PM +0800, jeremy ardley wrote: > > On 16/7/23 15:39, Roger Price wrote: > > So it's something else?  Roger > > > Have you checked /etc/ssh/sshd_config on the target to see if it is actually > listening on port 22? You can also use netstat to see listening ports

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread tomas
all -- 0.0.0.0/0 0.0.0.0/0 > 6ufw-track-input all -- 0.0.0.0/0 0.0.0.0/0 > >... and so on This would be a good time to try ssh :-) > I then recycled the Debian 9 machine, power off, power on, for a clean > restart, > After the re

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread jeremy ardley
On 16/7/23 15:39, Roger Price wrote: So it's something else?  Roger Have you checked /etc/ssh/sshd_config on the target to see if it is actually listening on port 22? You can also use netstat to see listening ports and processes Second is to check the /etc/ssh/ssh_config on the

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Roger Price
nput all -- 0.0.0.0/0 0.0.0.0/0 5ufw-reject-input all -- 0.0.0.0/0 0.0.0.0/0 6ufw-track-input all -- 0.0.0.0/0 0.0.0.0/0 ... and so on I then recycled the Debian 9 machine, power off, power on, for a clean restart, After the restart, I tried to ssh from

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Jeffrey Walton
On Sun, Jul 16, 2023 at 2:27 AM Roger Price wrote: > > On Sun, 16 Jul 2023, Intense Red wrote: > > > Are you trying to ssh into the box as the root user? > > I do not ssh into remote boxes as root; I use ssh to root only within the box. > > > If so, remember Debian's ssh configuration stops

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Roger Price
On Sun, 16 Jul 2023, Intense Red wrote: Are you trying to ssh into the box as the root user? I do not ssh into remote boxes as root; I use ssh to root only within the box. If so, remember Debian's ssh configuration stops root from logging in. In my Debian 9 and 11 boxes I see in

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread tomas
On Sun, Jul 16, 2023 at 12:47:43AM -0500, Intense Red wrote: >Are you trying to ssh into the box as the root user? If so, remember > Debian's ssh configuration stops root from logging in. The ssh -v tells another story: the port isn't even open. If this were root being rejected, it would

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread tomas
On Sat, Jul 15, 2023 at 10:32:11PM +0200, Roger Price wrote: > On Sat, 15 Jul 2023, to...@tuxteam.de wrote: > > > @Roger: what does "sudo ss -antp" (or "netstat -antp") say? Is sshd > > listening on 0.0.0.0:22? Then it's firewall, otherwise (not very > > probable,but hey) it's sshd config. > >

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Roger Price
On Sat, 15 Jul 2023, to...@tuxteam.de wrote: @Roger: what does "sudo ss -antp" (or "netstat -antp") say? Is sshd listening on 0.0.0.0:22? Then it's firewall, otherwise (not very probable,but hey) it's sshd config. Here is netstat -antp on one of the Debian 9 machines where I am currently

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread tomas
On Sat, Jul 15, 2023 at 11:12:23AM -0400, Greg Wooledge wrote: > On Sat, Jul 15, 2023 at 11:59:33AM +0200, Roger Price wrote: > > rprice@kananga:~$ ssh -v rprice@maria > > OpenSSH_7.4p1 Debian-10+deb9u2, OpenSSL 1.0.2l 25 May 2017 > > debug1: Reading configuration data /etc/ssh/ssh_config > >

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread tomas
> > > The two debian 9 machines can ssh to themselves. > > > > > > Can you SSH from one Debian 9 to the other Debian 9? > > > > No. I can ping, but I cannot ssh. The ssh hangs after "Connecting to > > maria > > [192.168.1.13] port 22&

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Nicolas George
Greg Wooledge (12023-07-15): > A timeout is an ENTIRELY different symptom, and when combined with > "but I can ping the remote", it means a firewall is involved. Every > time. It can on occasion be a MTU black hole. But I am nitpicking and you are almost certainly right here. Regards, --

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Greg Wooledge
On Sat, Jul 15, 2023 at 11:59:33AM +0200, Roger Price wrote: > rprice@kananga:~$ ssh -v rprice@maria > OpenSSH_7.4p1 Debian-10+deb9u2, OpenSSL 1.0.2l 25 May 2017 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: /etc/ssh/ssh_config line 19: Applying options for * > debug1:

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Timothy M Butterworth
On Sat, Jul 15, 2023 at 7:23 AM Roger Price wrote: > On Sat, 15 Jul 2023, Timothy M Butterworth wrote: > > > On Sat, Jul 15, 2023 at 7:12 AM Roger Price > wrote: > > > > The two debian 9 machines can ssh to themselves. > > > > Can you SSH from one De

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Roger Price
On Sat, 15 Jul 2023, Timothy M Butterworth wrote: On Sat, Jul 15, 2023 at 7:12 AM Roger Price wrote: The two debian 9 machines can ssh to themselves. Can you SSH from one Debian 9 to the other Debian 9? No. I can ping, but I cannot ssh. The ssh hangs after "Connecting to

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Timothy M Butterworth
On Sat, Jul 15, 2023 at 7:12 AM Roger Price wrote: > On Sat, 15 Jul 2023, to...@tuxteam.de wrote: > > To sort out the possible things: > > - log in to maria > > - try "ssh rprice@localhost": what happens? > > The two debian 9 machines can ssh to themsel

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Roger Price
On Sat, 15 Jul 2023, to...@tuxteam.de wrote: To sort out the possible things: - log in to maria - try "ssh rprice@localhost": what happens? The two debian 9 machines can ssh to themselves. - if it works, there's an ssh daemon running on maria; next to check would be - is it listening

RE: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Roger Price
On Sat, 15 Jul 2023, Ming Kuang wrote: Are you using any firewall rules? The phenomenon you describe is very much like a firewall blocking connections to these ports (you can connect out, can't connect in). Thanks for the suggestion. The two Debian 9 machines have customising firewall

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread tomas
On Sat, Jul 15, 2023 at 11:59:33AM +0200, Roger Price wrote: > I have three Debian machines on a 192.168.1/24 WiFi network. One is debian > 11 and the two others are debian 9. The network is connected, I can ping > from any machine to any other. > > The problem is that I can ssh fr

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Roger Price
On Sat, 15 Jul 2023, Roger Price wrote: Sorry, a formatting problem. Let's hope this is clearer _ The debian 9 machines are listening on ports 22 and 3493: root@maria ~ netstat -pnlt Active Internet connections

Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Roger Price
I have three Debian machines on a 192.168.1/24 WiFi network. One is debian 11 and the two others are debian 9. The network is connected, I can ping from any machine to any other. The problem is that I can ssh from the debian 9's to the debian 11, but not to any debian 9, although all

Re: Error en conexiones concurrentes SSH en Debian

2014-05-09 Thread tq
Camaleón, gracias por tu respuesta. Va entre tus líneas: On 08/05/14 11:03, Camaleón wrote: El Thu, 08 May 2014 06:51:47 -0300, tq escribió: Hola Grupo. Les consulto, tengo un equipo viejito con Debian 3.1 funcionando (con un 1GB de RAM). Estoy viendo que en ocasiones luego de tener

Re: Error en conexiones concurrentes SSH en Debian

2014-05-09 Thread Santiago Vila
On Fri, May 09, 2014 at 06:49:07AM -0300, tq wrote: Sigo buscando! ¿Por qué no nos cuentas cuál es el problema de actualizar la máquina? El problema de *no* hacerlo es que con el tiempo te puedes encontrar en una situación parecida a esta:

Re: Error en conexiones concurrentes SSH en Debian

2014-05-09 Thread Haylem Candelario Bauzá del INOR
probablemente tenga alguna configuracion que limite cuantos usuarios se conectan a la vez -- Si dominas los Bits, dominas el mundo -- To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: Error en conexiones concurrentes SSH en Debian

2014-05-09 Thread Camaleón
El Fri, 09 May 2014 06:49:07 -0300, tq escribió: On 08/05/14 11:03, Camaleón wrote: El Thu, 08 May 2014 06:51:47 -0300, tq escribió: Hola Grupo. Les consulto, tengo un equipo viejito con Debian 3.1 funcionando (con un 1GB de RAM). Estoy viendo que en ocasiones luego de tener varias

Error en conexiones concurrentes SSH en Debian

2014-05-08 Thread tq
Hola Grupo. Les consulto, tengo un equipo viejito con Debian 3.1 funcionando (con un 1GB de RAM). Estoy viendo que en ocasiones luego de tener varias conexiones por SSH concurrentes desde los equipos de la red comienza a mostrar el error: Server refused to allocate pty Estoy googleando el

Re: Error en conexiones concurrentes SSH en Debian

2014-05-08 Thread Juan Guil
El día 8 de mayo de 2014, 11:51, tq tqlis...@gmail.com escribió: Hola Grupo. Les consulto, tengo un equipo viejito con Debian 3.1 funcionando (con un 1GB de RAM). Estoy viendo que en ocasiones luego de tener varias conexiones por SSH concurrentes desde los equipos de la red comienza a

Re: Error en conexiones concurrentes SSH en Debian

2014-05-08 Thread Camaleón
El Thu, 08 May 2014 06:51:47 -0300, tq escribió: Hola Grupo. Les consulto, tengo un equipo viejito con Debian 3.1 funcionando (con un 1GB de RAM). Estoy viendo que en ocasiones luego de tener varias conexiones por SSH concurrentes desde los equipos de la red comienza a mostrar el error:

Re: Error en conexiones concurrentes SSH en Debian

2014-05-08 Thread Santiago Vila
On Thu, May 08, 2014 at 06:51:47AM -0300, tq wrote: tengo un equipo viejito con Debian 3.1 funcionando (con un 1GB de RAM). El soporte de Debian 3.1 terminó hace seis años: https://www.debian.org/News/2008/20080229 Si lo tienes en red me parece una imprudencia. Con 1GB de RAM te basta y te

Re: Error en conexiones concurrentes SSH en Debian

2014-05-08 Thread ciracusa
On 08/05/14 11:57, Santiago Vila wrote: On Thu, May 08, 2014 at 06:51:47AM -0300, tq wrote: tengo un equipo viejito con Debian 3.1 funcionando (con un 1GB de RAM). El soporte de Debian 3.1 terminó hace seis años: https://www.debian.org/News/2008/20080229 Si lo tienes en red me

Re: Error en conexiones concurrentes SSH en Debian

2014-05-08 Thread Santiago Vila
On Thu, May 08, 2014 at 12:24:01PM -0300, ciracusa wrote: Te consulto, porque calificas de imprudencia sin siquiera consultarme el motivo por el cual tengo instalado Debian 3.1? Porque al haberse acabado el soporte oficial, ningún fallo de seguridad que pueda tener será corregido en

Re: Error en conexiones concurrentes SSH en Debian

2014-05-08 Thread tq
On 08/05/14 14:55, Santiago Vila wrote: On Thu, May 08, 2014 at 12:24:01PM -0300, ciracusa wrote: Te consulto, porque calificas de imprudencia sin siquiera consultarme el motivo por el cual tengo instalado Debian 3.1? Porque al haberse acabado el soporte oficial, ningún fallo de

Re: Error en conexiones concurrentes SSH en Debian

2014-05-08 Thread Santiago Vila
On Thu, May 08, 2014 at 05:17:57PM -0300, tq wrote: No sería mejor que hables sobre lo que consultaba? Esa es precisamente la cuestión: Si actualizas el sistema es muy probable que el error desaparezca. Otra cosa es que no puedas hacerlo por la razón que sea, pero en principio y a falta de más

Re: passerelle SSH sous Debian Lenny

2011-09-14 Thread Philippe Gayot
Bonjour, J'ai installé Debian Squeeze sans difficulté particulière mais il y a un souci : le ping sur le serveur SSH (à partir d'une machine du réseau local) ne fonctionne pas et il n'est pas possible non plus de faire un ping sur une machine du réseau local (à partir du serveur SSH). La config.

passerelle SSH sous Debian Lenny

2011-09-08 Thread Philippe Gayot
Bonjour, Dans le but d'administrer plus facilement (c'est à dire depuis les bureaux) différents serveurs situés sur un plateau technique, il est envisagé d'installer une passerelle SSH sur un serveur Dell Power Edge dont les caractéristiques sont : RAM : 4 Go 2 disques de 160 Go 2 cartes réseau

Re: passerelle SSH sous Debian Lenny

2011-09-08 Thread Olivier Morel
* * *bonjour* *pour ma part de fonctionnerais plus avec des clés ssh au moin ta sécurité se trouveras être augmenté. * *il faut créer une paire de clés publiques/privées pour l'utilisateur sur le client: * *sudo ssh-keygen -t rsa* *Une fois la clé généré il faudra copier la clé qui se

Re: passerelle SSH sous Debian Lenny

2011-09-08 Thread Yves Rutschle
On Thu, Sep 08, 2011 at 10:39:03AM +0200, Philippe Gayot wrote: Dans le but d'administrer plus facilement (c'est à dire depuis les bureaux) différents serveurs situés sur un plateau technique, il est envisagé d'installer une passerelle SSH sur un serveur Dell Power Edge dont les

Re: passerelle SSH sous Debian Lenny

2011-09-08 Thread Aéris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 08/09/2011 13:00, Yves Rutschle a écrit : non, c'est pas (tellement) plus simple, et surtout si les utilisateurs se logguent sur la passerelle à travers un réseau, ça veut dire qu'ils peuvent être écoutés: c'est une mauvais idée. C'est du SSH,

Re: passerelle SSH sous Debian Lenny

2011-09-08 Thread Daniel Huhardeaux
Le 08/09/2011 10:39, Philippe Gayot a écrit : Bonjour, Dans le but d'administrer plus facilement (c'est à dire depuis les bureaux) différents serveurs situés sur un plateau technique, il est envisagé d'installer une passerelle SSH sur un serveur Dell Power Edge dont les caractéristiques sont

Re: passerelle SSH sous Debian Lenny

2011-09-08 Thread Yves Rutschle
On Thu, Sep 08, 2011 at 01:18:23PM +0200, Aéris wrote: C'est du SSH, donc non écoutable =) J'avais bêtement traduit login / mdp par rlogin -- tu as raison, il n'est pas question de ça. Y. -- Lisez la FAQ de la liste avant de poser une question : http://wiki.debian.org/fr/FrenchLists Pour

Re: passerelle SSH sous Debian Lenny

2011-09-08 Thread Jean-Yves F. Barbier
On Thu, 08 Sep 2011 13:18:23 +0200, Aéris ae...@imirhil.fr wrote: C'est du SSH, donc non écoutable =) Mais l'authentification par clef SSH n'est pas plus compliquée que par mot de passe. Voire même plus simple à gérer pour les admins (pas besoin de divulguer les mots de passe des comptes

Re: passerelle SSH sous Debian Lenny

2011-09-08 Thread Jean-Michel OLTRA
Bonjour, Le jeudi 08 septembre 2011, Philippe Gayot a écrit... Les accès à la passerelle (depuis les machines clientes) se feraient par login / MdP (solution moins sécurisée mais plus rapide à mettre en oeuvre semble-t'il). Pourriez-vous me faire part de vos remarques, de vos

Re: Redirection X via ssh et Debian [résolu ... en fait non :(]

2010-10-11 Thread C. Mourad Jaber
Le 10/10/2010 04:29, Goldy a écrit : Le 25/07/2010 22:30, C. Mourad Jaber a écrit : J'ai retenté lexpérience sur une autre machine, celle-ci est en 64bits et installée recement... Pour sshd_config j'ai : X11Forwarding yes X11DisplayOffset 10 J'ai essayé de donner des droits supplémentaires,

Re: Redirection X via ssh et Debian [résolu ... en fait non :(]

2010-10-11 Thread Goldy
Le 11/10/2010 11:08, C. Mourad Jaber a écrit : Le 10/10/2010 04:29, Goldy a écrit : Le 25/07/2010 22:30, C. Mourad Jaber a écrit : J'ai retenté lexpérience sur une autre machine, celle-ci est en 64bits et installée recement... Pour sshd_config j'ai : X11Forwarding yes X11DisplayOffset 10

Re: Redirection X via ssh et Debian [résolu. .. en fait non :(]

2010-10-09 Thread Goldy
Le 25/07/2010 22:30, C. Mourad Jaber a écrit : On 25/07/2010 16:53, Mourad Jaber wrote: Le 25/07/2010 16:37, Stephane Bortzmeyer a écrit : On Sun, Jul 25, 2010 at 03:44:56PM +0200, Erwan Davider...@rail.eu.org wrote a message of 30 lines which said: Va voir dans le

Re: Redirection X via ssh et Debian [résolu... en fait non :(]

2010-07-26 Thread moi-meme
Le Sun, 25 Jul 2010 23:20:02 +0200, Yves Rutschle a écrit : Uniquement si on n'a pas de pare-feu devant la machine qui fait tourner X, non? (i.e. il faut que le port 5900+ soit accessible depuis l'Internet?) cela veut-il dire que ssh -X ne crée pas un tunnel à la différence de ssh -Y ? (-X

Re: Redirection X via ssh et Debian

2010-07-26 Thread Xavier Oswald
On 15:41 Sun 25 Jul , Mourad Jaber wrote: Bonjour, J'ai un soucis avec laredirection X sous debian... quand je fait un ssh -X machinecible où la machine cible est une machine debian, j'ai une erreur dès que j'essai de lancer une application X, il manque la variable DISPLAY ! Par

Re: Redirection X via ssh et Debian [résolu... en fait non :(]

2010-07-26 Thread Julien Demange
Salut, Le 26/07/2010 09:48, moi-meme a écrit : Le Sun, 25 Jul 2010 23:20:02 +0200, Yves Rutschle a écrit : Uniquement si on n'a pas de pare-feu devant la machine qui fait tourner X, non? (i.e. il faut que le port 5900+ soit accessible depuis l'Internet?) cela veut-il dire que ssh -X ne crée

Re: Redirection X via ssh et Debian [résolu... en f ait non :(]

2010-07-26 Thread Simon Chopin
2010/7/26 Julien Demange julien.dema...@remiremont.fr Salut, Le 26/07/2010 09:48, moi-meme a écrit : Le Sun, 25 Jul 2010 23:20:02 +0200, Yves Rutschle a écrit : Uniquement si on n'a pas de pare-feu devant la machine qui fait tourner X, non? (i.e. il faut que le port 5900+ soit

Re: Redirection X via ssh et Debian [résolu... en fait non :(]

2010-07-26 Thread moi-meme
Le Mon, 26 Jul 2010 11:20:02 +0200, Julien Demange a écrit : Si tu fais xhost + tu autorise toute personne qui peut initier un session TCP sur le bon port de la machine, à accéder au serveur X ! question : un nmap du client: --[...@morgane ~] nmap 192.168.10.150 Starting Nmap 4.62 (

Re: Redirection X via ssh et Debian [résolu... en fait non :(]

2010-07-26 Thread Frederic MASSOT
Le 26/07/2010 12:05, moi-meme a écrit : Le Mon, 26 Jul 2010 11:20:02 +0200, Julien Demange a écrit : Si tu fais xhost + tu autorise toute personne qui peut initier un session TCP sur le bon port de la machine, à accéder au serveur X ! question : un nmap du client: --[...@morgane ~] nmap

Re: Redirection X via ssh et Debian

2010-07-26 Thread Vincent Lefevre
On 2010-07-26 10:36:09 +0200, Xavier Oswald wrote: De mémoire, je faisais: machine locale: * Enlever l'option no listen TCP du serveur X /etc/X11/xinit/xserverrc Pas besoin. Le problème est forcément ailleurs. * Lancer X a la main avec startx et non via KDM/GDM car il écrase sinon cette

Re: Redirection X via ssh et Debian [résolu... en fait non :(]

2010-07-26 Thread Julien Demange
Salut, Le 26/07/2010 12:05, moi-meme a écrit : Le Mon, 26 Jul 2010 11:20:02 +0200, Julien Demange a écrit : Si tu fais xhost + tu autorise toute personne qui peut initier un session TCP sur le bon port de la machine, à accéder au serveur X ! question : [nmap] Nmap done: 1 IP address (1

Re: Redirection X via ssh et Debian [résolu... en fait non :(]

2010-07-26 Thread moi-meme
Le Mon, 26 Jul 2010 13:20:02 +0200, Julien Demange a écrit : pour nmap teste : # nmap -sS -p6000-6100 127.0.0.1 # nmap -sS -p6000-6100 192.168.10.150 (ou -sT à la place de -sS si tu ne le lances pas en root) le résultat des commandes -j'ai suivi le sorfdres : root[moi]# nmap -sS -p 1-65535

Redirection X via ssh et Debian

2010-07-25 Thread Mourad Jaber
Bonjour, J'ai un soucis avec laredirection X sous debian... quand je fait un ssh -X machinecible où la machine cible est une machine debian, j'ai une erreur dès que j'essai de lancer une application X, il manque la variable DISPLAY ! Par contre avec une machine cible ubuntu, pas de problème

Re: Redirection X via ssh et Debian

2010-07-25 Thread Erwan David
On 25/07/10 15:41, Mourad Jaber wrote: Bonjour, J'ai un soucis avec laredirection X sous debian... quand je fait un ssh -X machinecible où la machine cible est une machine debian, j'ai une erreur dès que j'essai de lancer une application X, il manque la variable DISPLAY ! Par contre avec

Re: Redirection X via ssh et Debian

2010-07-25 Thread Stephane Bortzmeyer
On Sun, Jul 25, 2010 at 03:44:56PM +0200, Erwan David er...@rail.eu.org wrote a message of 30 lines which said: Va voir dans le /etc/ssh/sshd_config pour activer le tunnel X11. X11Forwarding yes Ça peut être aussi le paquet xauth (qui contient le programme du même nom, qui configure

Re: Redirection X via ssh et Debian [résolu]

2010-07-25 Thread Mourad Jaber
Le 25/07/2010 16:37, Stephane Bortzmeyer a écrit : On Sun, Jul 25, 2010 at 03:44:56PM +0200, Erwan Davider...@rail.eu.org wrote a message of 30 lines which said: Va voir dans le /etc/ssh/sshd_config pour activer le tunnel X11. X11Forwarding yes Ça peut être aussi le paquet

Re: Redirection X via ssh et Debian [résolu. .. en fait non :(]

2010-07-25 Thread C. Mourad Jaber
On 25/07/2010 16:53, Mourad Jaber wrote: Le 25/07/2010 16:37, Stephane Bortzmeyer a écrit : On Sun, Jul 25, 2010 at 03:44:56PM +0200, Erwan Davider...@rail.eu.org wrote a message of 30 lines which said: Va voir dans le /etc/ssh/sshd_config pour activer le tunnel X11. X11Forwarding

Re: Redirection X via ssh et Debian [résolu... en fait non :(]

2010-07-25 Thread Yves Rutschle
On Sun, Jul 25, 2010 at 10:49:26PM +0200, Stephane Bortzmeyer wrote: # xhost + Surtout pas. Ne jamais faire cela, si ça avait marché, tout l'Internet avait le droit de lire et d'écrire sur votre clavier/écran ! Uniquement si on n'a pas de pare-feu devant la machine qui fait tourner X, non?

Re: VPN ssh IPSec, Debian- Win Server.

2008-04-08 Thread francisco
El lun, 07-04-2008 a las 19:08 -0700, francisco escribió: El vie, 04-04-2008 a las 16:51 -0700, francisco escribió: Hola En el lugar adonde yo vivo, es comun encontrar coneccion inalambrica gratuita con el inconveniente de que toda comunicacion puede facilmente ser interceptada.

Re: VPN ssh IPSec, Debian- Win Server.

2008-04-07 Thread francisco
El vie, 04-04-2008 a las 16:51 -0700, francisco escribió: Hola En el lugar adonde yo vivo, es comun encontrar coneccion inalambrica gratuita con el inconveniente de que toda comunicacion puede facilmente ser interceptada. Uso una portatil con Debian Testing y me gustaria que mis

VPN ssh IPSec, Debian- Win Server.

2008-04-04 Thread francisco
Hola En el lugar adonde yo vivo, es comun encontrar coneccion inalambrica gratuita con el inconveniente de que toda comunicacion puede facilmente ser interceptada. Uso una portatil con Debian Testing y me gustaria que mis conecciones a esas redes fueran privadas. He revisado las VPN, IPSec y

Re: OFF TOPIC: SSH en Debian

2008-01-24 Thread Pablo Trujillo
2008/1/23, Gonzalo Trujillo F. [EMAIL PROTECTED]: 2008/1/23, José A. Barrera [EMAIL PROTECTED]: José Manuel Massó Carrera escribió: Enrutamiento bien, conexiones bien... Les comento que el problema al parecer efectivamente esta relacionado con mi ISP. Las caracteristicas de

Fwd: OFF TOPIC: SSH en Debian

2008-01-24 Thread Pablo Trujillo
-- Forwarded message -- From: Pablo Trujillo [EMAIL PROTECTED] Date: 24-ene-2008 17:52 Subject: Re: OFF TOPIC: SSH en Debian To: José Manuel Massó Carrera [EMAIL PROTECTED] 2008/1/24, José Manuel Massó Carrera [EMAIL PROTECTED]: Muchas gracias por tu interes Pablo, Sin embargo

Re: OFF TOPIC: SSH en Debian

2008-01-23 Thread José A. Barrera
José Manuel Massó Carrera escribió: Enrutamiento bien, conexiones bien... Les comento que el problema al parecer efectivamente esta relacionado con mi ISP. Las caracteristicas de la conexion bloquean el puerto 22 por defecto, de ser asi les comento para que lo anoten en sus apuntes.

Re: OFF TOPIC: SSH en Debian

2008-01-23 Thread Gonzalo Trujillo F.
2008/1/23, José A. Barrera [EMAIL PROTECTED]: José Manuel Massó Carrera escribió: Enrutamiento bien, conexiones bien... Les comento que el problema al parecer efectivamente esta relacionado con mi ISP. Las caracteristicas de la conexion bloquean el puerto 22 por defecto, de ser

OFF TOPIC: SSH en Debian

2008-01-22 Thread José Manuel Massó Carrera
Buenas noches, Mi pregunta es lo siguiente; he configurado el servidor ssh en debian y desde las pc que tengo instaladas bajo el mismo switch (ni siquiera puedo verlas entre si) si logran ver el servidor mediante putty (el resto son maquinas conWXP); sin embargo, desde una red externa

Re: OFF TOPIC: SSH en Debian

2008-01-22 Thread Walter
Buenas noches, Mi pregunta es lo siguiente; he configurado el servidor ssh en debian y desde las pc que tengo instaladas bajo el mismo switch (ni siquiera puedo verlas entre si) si logran ver el servidor mediante putty (el resto son maquinas conWXP); sin embargo, desde una red externa

OFF TOPIC: SSH en Debian

2008-01-22 Thread José Manuel Massó Carrera
Buenas noches, Mi pregunta es lo siguiente; he configurado el servidor ssh en debian y desde las pc que tengo instaladas bajo el mismo switch (ni siquiera puedo verlas entre si) si logran ver el servidor mediante putty (el resto son maquinas conWXP); sin embargo, desde una red externa

Re: OFF TOPIC: SSH en Debian

2008-01-22 Thread Felipe Tornvall N.
On Tuesday 22 January 2008 23:00, José Manuel Massó Carrera wrote: Buenas noches, Mi pregunta es lo siguiente; he configurado el servidor ssh en debian y desde las pc que tengo instaladas bajo el mismo switch (ni siquiera puedo verlas entre si) si logran ver el servidor mediante putty (el

Re: OFF TOPIC: SSH en Debian

2008-01-22 Thread Walter
Buenas noches, Mi pregunta es lo siguiente; he configurado el servidor ssh en debian y desde las pc que tengo instaladas bajo el mismo switch (ni siquiera puedo verlas entre si) Tenes alguna carpeta compartida? si logran ver el servidor mediante putty (el resto son maquinas conWXP); sin

Re: OFF TOPIC: SSH en Debian

2008-01-22 Thread José Manuel Massó Carrera
Exacto, desde internet. - Original Message - From: Walter [EMAIL PROTECTED] To: debian-user-spanish@lists.debian.org Sent: Tuesday, January 22, 2008 10:54 PM Subject: Re: OFF TOPIC: SSH en Debian Buenas noches, Mi pregunta es lo siguiente; he configurado el servidor ssh en debian y

Re: OFF TOPIC: SSH en Debian

2008-01-22 Thread José Manuel Massó Carrera
[EMAIL PROTECTED] To: debian-user-spanish@lists.debian.org Sent: Tuesday, January 22, 2008 10:45 PM Subject: Re: OFF TOPIC: SSH en Debian Buenas noches, Mi pregunta es lo siguiente; he configurado el servidor ssh en debian y desde las pc que tengo instaladas bajo el mismo switch (ni siquiera

Re: OFF TOPIC: SSH en Debian

2008-01-22 Thread Walter
Buenas noches, Mi pregunta es lo siguiente; he configurado el servidor ssh en debian y desde las pc que tengo instaladas bajo el mismo switch (ni siquiera puedo verlas entre si) Tenes alguna carpeta compartida? si logran ver el servidor mediante putty (el resto son maquinas conWXP); sin

Re: OFF TOPIC: SSH en Debian

2008-01-22 Thread Walter
Buenas noches, Mi pregunta es lo siguiente; he configurado el servidor ssh en debian y desde las pc que tengo instaladas bajo el mismo switch (ni siquiera puedo verlas entre si) Tenes alguna carpeta compartida? si logran ver el servidor mediante putty (el resto son maquinas conWXP); sin

Re: OFF TOPIC: SSH en Debian

2008-01-22 Thread Walter
: Walter [EMAIL PROTECTED] To: debian-user-spanish@lists.debian.org Sent: Wednesday, January 23, 2008 12:10 AM Subject: Re: OFF TOPIC: SSH en Debian Buenas noches, Mi pregunta es lo siguiente; he configurado el servidor ssh en debian y desde las pc que tengo instaladas bajo el mismo switch

Re: OFF TOPIC: SSH en Debian

2008-01-22 Thread José Manuel Massó Carrera
[EMAIL PROTECTED] To: debian-user-spanish@lists.debian.org Sent: Wednesday, January 23, 2008 12:10 AM Subject: Re: OFF TOPIC: SSH en Debian Buenas noches, Mi pregunta es lo siguiente; he configurado el servidor ssh en debian y desde las pc que tengo instaladas bajo el mismo switch (ni

Re: OFF TOPIC: SSH en Debian

2008-01-22 Thread José Manuel Massó Carrera
-spanish@lists.debian.org Sent: Tuesday, January 22, 2008 11:28 PM Subject: Re: OFF TOPIC: SSH en Debian Pregunta de redes... Al tener las maquinas con Ip diferentes, supongo que la peticion sale del modem y vuelve a entrar, o no? no estan en el mismo dominio... de hecho, en el whois veo que

Re: OFF TOPIC: SSH en Debian

2008-01-22 Thread Walter
-user-spanish@lists.debian.org Sent: Tuesday, January 22, 2008 11:28 PM Subject: Re: OFF TOPIC: SSH en Debian Pregunta de redes... Al tener las maquinas con Ip diferentes, supongo que la peticion sale del modem y vuelve a entrar, o no? no estan en el mismo dominio... de hecho, en el whois

Re: OFF TOPIC: SSH en Debian

2008-01-22 Thread Felipe Tornvall N.
On Wednesday 23 January 2008 01:10, Walter wrote: Buenas noches, Mi pregunta es lo siguiente; he configurado el servidor ssh en debian y desde las pc que tengo instaladas bajo el mismo switch (ni siquiera puedo verlas entre si) Tenes alguna carpeta compartida? si logran ver el

Re: OFF TOPIC: SSH en Debian

2008-01-22 Thread José Manuel Massó Carrera
: Felipe Tornvall N. [EMAIL PROTECTED] To: debian-user-spanish@lists.debian.org Sent: Wednesday, January 23, 2008 12:06 AM Subject: Re: OFF TOPIC: SSH en Debian On Wednesday 23 January 2008 01:10, Walter wrote: Buenas noches, Mi pregunta es lo siguiente; he configurado el servidor ssh en

Re: ssh in debian

2006-07-17 Thread Johannes Wiedersich
Christopher Nelson wrote: On Sun, Jul 16, 2006 at 11:33:34PM +0200, mattias jonsson wrote: how to activate ssh in debian? i run colinux debian Client or server? (I'm assuming here that colinux lets linux talk to the host's networking, I don't how to set it up if it doesn't) The client

ssh in debian

2006-07-16 Thread mattias jonsson
how to activate ssh in debian? i run colinux debian

Re: ssh in debian

2006-07-16 Thread Christopher Nelson
On Sun, Jul 16, 2006 at 11:33:34PM +0200, mattias jonsson wrote: how to activate ssh in debian? i run colinux debian Client or server? (I'm assuming here that colinux lets linux talk to the host's networking, I don't how to set it up if it doesn't) The client should be installed by default

  1   2   >