Re: openssh server

2022-08-22 Thread Ángel
On 2022-08-22 at 08:42 -0400, Roberto C. Sánchez wrote: > On Mon, Aug 22, 2022 at 12:33:42PM +0200, Radwan Daoud wrote: > >I want to install an old version of openssh server on my Debian 11. > >I want to install Debian 9 ssh version on Debian 11 , is that possible: > >[1]https://packag

Re: openssh server

2022-08-22 Thread Roberto C . Sánchez
On Mon, Aug 22, 2022 at 12:33:42PM +0200, Radwan Daoud wrote: >I want to install an old version of openssh server on my Debian 11. >I want to install Debian 9 ssh version on Debian 11 ,  is that possible: >[1]https://packages.debian.org/stretch/openssh-server >Please don't ask me ,

Re: openssh server remote access

2021-10-24 Thread Daryl
On Thu, 21 Oct 2021 15:26:21 -0700 dmacdoug wrote: > > Assuming your sshd server is on a computer attached > to a router which is your gateway to the internet, and > the router is set to forward port 22 to that computer > some ISP's don't route port 22 traffic. I know that > AT&T blocks por

Re: openssh server remote access

2021-10-23 Thread Andrei POPESCU
On Sb, 23 oct 21, 09:33:44, Joe wrote: > > The ssh protocol by default works on TCP port 22, but the sshd (server) > configuration file allows different ports to be specified. If you have > port 22 open to the Internet, you will get many firewall logs for > people trying brute-force password attac

Re: openssh server remote access

2021-10-23 Thread Joe
On Sat, 23 Oct 2021 08:42:09 +0300 Semih Ozlem wrote: > Are there specific tutorials websites that you can recommend, how > about port forwarding. From where which sites in particular can I > learn about these topics? Here's a good practical guide: https://www.digitalocean.com/community/tutoria

Re: openssh server remote access

2021-10-22 Thread Semih Ozlem
Are there specific tutorials websites that you can recommend, how about port forwarding. From where which sites in particular can I learn about these topics? Joe , 22 Eki 2021 Cum, 00:08 tarihinde şunu yazdı: > On Thu, 21 Oct 2021 23:48:38 +0300 > Semih Ozlem wrote: > > > I think it was somethin

Re: openssh server remote access

2021-10-22 Thread Eric S Fraga
On Friday, 22 Oct 2021 at 09:46, David Wright wrote: > I'm guessing it was a BT Home Hub. EE *before* bought by BT but maybe same supplier even then. > One might suspect that 100 lies at the lower boundary of its DHCP > range, leaving 99 static addresses free. But no guess at a product. I canno

Re: openssh server remote access

2021-10-22 Thread David Wright
On Fri 22 Oct 2021 at 11:59:40 (+0100), Eric S Fraga wrote: > On Friday, 22 Oct 2021 at 13:40, Andrei POPESCU wrote: > > Typically modems and home routers use the .1 address for themselves. > > Interesting. My last 2 routers have had *.254 (!) I'm guessing it was a BT Home Hub. It's idiosyncrati

Re: openssh server remote access

2021-10-22 Thread Eric S Fraga
On Friday, 22 Oct 2021 at 13:40, Andrei POPESCU wrote: > Typically modems and home routers use the .1 address for themselves. Interesting. My last 2 routers have had *.254 (!) and *.100 as their address. -- Eric S Fraga via Emacs 28.0.60 & org 9.5 on Debian 11.1

Re: openssh server remote access

2021-10-22 Thread Andrei POPESCU
On Jo, 21 oct 21, 22:52:37, Semih Ozlem wrote: > I am unable to access my modem settings page when writing 192.168.1.100 to > check if there is a firewall. Are you sure this is the correct address? How did you establish that? Typically modems and home routers use the .1 address for themselves. E

Re: openssh server remote access

2021-10-21 Thread James B
That's 'systemctl status ssh' without the 1) of course.I meant to put more steps but decided not to -- James B portoteache...@fastmail.com Em Sex, 22 Out ʼ21, às 00:18, James B escreveu: > Hi Semih, > > In my opinion, I would go back to basics first.You may have installed > openssh but it

Re: openssh server remote access

2021-10-21 Thread James B
Hi Semih, In my opinion, I would go back to basics first.You may have installed openssh but it doesn't necessarily run by default (for reasons that will make sense when you look at it further).Do you know how to start systemd services? It looks to me like your ssh server isnt' running.So, run (

Re: openssh server remote access

2021-10-21 Thread David
On Fri, 22 Oct 2021 at 09:53, Semih Ozlem wrote: > From:Semih Ozlem > To:Debian Users , ubuntu-us...@lists.ubuntu.com Please, do not send individual messages to more than one mailing list. It is rather unfriendly to everyone else that reads each list, because we do not see any conversation tha

Re: openssh server remote access

2021-10-21 Thread Semih Ozlem
I am unable to access my modem settings page when writing 192.168.1.100 to check if there is a firewall. Below is the web page that I get Unable to connect Firefox can’t establish a connection to the server at 192.168.1.100. The site could be temporarily unavailable or too busy. Try again

Re: openssh server remote access

2021-10-21 Thread dmacdoug
On Thu, Oct 21, 2021 at 11:41:43PM +0300, Semih Ozlem wrote: > Hi everyone, > > I set up an openssh server and I am trying to access that machine remotely > (not from the local network. but from another ip address). I get an error > (something about port 22). What setting needs to be checked and w

Re: openssh server remote access

2021-10-21 Thread Greg Wooledge
On Thu, Oct 21, 2021 at 09:07:02PM +, Semih Ozlem wrote: > Yes the error message is > > ssh: connect to host (ip address of remote host) port 22: Connection refused This message means one of these things: 1) The sshd process is not running, or is not listening on the default port. 2) A fire

Re: openssh server remote access

2021-10-21 Thread Joe
On Thu, 21 Oct 2021 23:48:38 +0300 Semih Ozlem wrote: > I think it was something like "ssh: connect to host port 22: > Connection refused" It will take me a little while to get the same > error message again. > > Ideally you need to do more than open the ssh port, particularly if you inten

Re: openssh server remote access

2021-10-21 Thread Semih Ozlem
Yes the error message is ssh: connect to host (ip address of remote host) port 22: Connection refused Semih Ozlem , 21 Eki 2021 Per, 20:48 tarihinde şunu yazdı: > I think it was something like "ssh: connect to host port 22: > Connection refused" It will take me a little while to get the s

Re: openssh server remote access

2021-10-21 Thread Semih Ozlem
I think it was something like "ssh: connect to host port 22: Connection refused" It will take me a little while to get the same error message again. James B , 21 Eki 2021 Per, 23:45 tarihinde şunu yazdı: > Hi Semih, > > Could you post the exact wording of the error message please? > > Best >

Re: openssh server remote access

2021-10-21 Thread James B
Hi Semih, Could you post the exact wording of the error message please? Best JB -- James B portoteache...@fastmail.com Em Qui, 21 Out ʼ21, às 21:41, Semih Ozlem escreveu: > Hi everyone, > > I set up an openssh server and I am trying to access that machine remotely > (not from the loca

Re: openssh-server

2020-08-17 Thread Greg Wooledge
On Mon, Aug 17, 2020 at 09:31:20PM +0300, Semih Ozlem wrote: > Hi Greg, > Sorry for lack of details in my response, it was just a tiring day because > almost the whole day passed and finally the issue is at least temporarily > resolved, and one gets somewhat forgetful. the firewall was enabled on t

Re: openssh-server

2020-08-17 Thread Semih Ozlem
Hi Greg, Sorry for lack of details in my response, it was just a tiring day because almost the whole day passed and finally the issue is at least temporarily resolved, and one gets somewhat forgetful. the firewall was enabled on the debian machine, and I am trying to connect to the debian machine f

Re: openssh-server

2020-08-17 Thread john doe
On 8/17/2020 8:15 PM, Semih Ozlem wrote: Sorry for the maybe too simple question, but how does one open and close ports, and how can ufw firewall be configured so as to allow ssh connections Have a look at (1). In the linux world, it is wise to answer at the bottom of an e-mail as opposed to

Re: openssh-server

2020-08-17 Thread Greg Wooledge
On Mon, Aug 17, 2020 at 08:12:32PM +0200, john doe wrote: > On 8/17/2020 8:04 PM, Semih Ozlem wrote: > > And thanks to Greg for the quick response. > > > > Semih Ozlem , 17 Ağu 2020 Pzt, 21:03 > > tarihinde şunu yazdı: > > > > > Sorry for the trailing list of emails, I just realized the firewall

Re: openssh-server

2020-08-17 Thread john doe
On 8/17/2020 8:04 PM, Semih Ozlem wrote: And thanks to Greg for the quick response. Semih Ozlem , 17 Ağu 2020 Pzt, 21:03 tarihinde şunu yazdı: Sorry for the trailing list of emails, I just realized the firewall was preventing the connection. After disabling ssh connection works. However I woul

Re: openssh-server

2020-08-17 Thread Semih Ozlem
And thanks to Greg for the quick response. Semih Ozlem , 17 Ağu 2020 Pzt, 21:03 tarihinde şunu yazdı: > Sorry for the trailing list of emails, I just realized the firewall was > preventing the connection. After disabling ssh connection works. However I > would like to ask how I can configure fire

Re: openssh-server

2020-08-17 Thread Semih Ozlem
Sorry for the trailing list of emails, I just realized the firewall was preventing the connection. After disabling ssh connection works. However I would like to ask how I can configure firewall so that I can have ssh working, instead of simply disabling it. Semih Ozlem , 17 Ağu 2020 Pzt, 21:00 tar

Re: openssh-server

2020-08-17 Thread Semih Ozlem
also pinging works Semih Ozlem , 17 Ağu 2020 Pzt, 20:59 tarihinde şunu yazdı: > Regarding previous question on ssh server > Both machines are in the same home network, connected to the internet > through modem. > One machine is running on windows the other on debian. (I tried running > the window

Re: openssh-server

2020-08-17 Thread Semih Ozlem
Regarding previous question on ssh server Both machines are in the same home network, connected to the internet through modem. One machine is running on windows the other on debian. (I tried running the windows machine from debian as well and that did not work either.) When I run localhost on the d

Re: openssh-server

2020-08-17 Thread Greg Wooledge
On Mon, Aug 17, 2020 at 08:49:11PM +0300, Semih Ozlem wrote: > I am trying to connect to a debian machine with openssh-server installed. > When I try to connect, I get the message "connection timed out". I am not > sure if this group is the right place to address this issue, but is there a > config

Re: Openssh-server installation in etch

2007-03-29 Thread Michael Pobega
On Thu, Mar 29, 2007 at 02:34:17PM +0200, Joe Hart wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Michael Pobega wrote: > > On Thu, Mar 29, 2007 at 07:14:02PM +0800, Tim Yang wrote: > >> I agree it could be good for secuirity, but it was > >> not implemented before. > >> Every distri

OT: Policy (was Re: Openssh-server installation in etch)

2007-03-29 Thread Joe Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul E Condon wrote: [snip] >> I suppose one should have some idea how to network administration before >> setting up a network server in the first place, and it does help to read >> the documentation. >> >> Joe > > I disagree about people who don't k

Re: Openssh-server installation in etch

2007-03-29 Thread Paul E Condon
On Thu, Mar 29, 2007 at 02:34:17PM +0200, Joe Hart wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Michael Pobega wrote: > > On Thu, Mar 29, 2007 at 07:14:02PM +0800, Tim Yang wrote: > >> I agree it could be good for secuirity, but it was > >> not implemented before. > >> Every distri

Re: Openssh-server installation in etch

2007-03-29 Thread Celejar
On Thu, 29 Mar 2007 07:07:21 -0400 Michael Pobega <[EMAIL PROTECTED]> wrote: [snip] > I mean, how many people use SSH servers on a daily basis (I bet loads > do, but I'd assume most don't). And how many people actually run a > server on their local computer (Besides Apache, which I'm sure almost

Re: Openssh-server installation in etch

2007-03-29 Thread Joe Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Pobega wrote: > On Thu, Mar 29, 2007 at 07:14:02PM +0800, Tim Yang wrote: >> I agree it could be good for secuirity, but it was >> not implemented before. >> Every distribution I used such as Fedora, SUSE, >> and even sarge installed ssh server

Re: Openssh-server installation in etch

2007-03-29 Thread Michael Pobega
On Thu, Mar 29, 2007 at 07:14:02PM +0800, Tim Yang wrote: > I agree it could be good for secuirity, but it was > not implemented before. > Every distribution I used such as Fedora, SUSE, > and even sarge installed ssh server > by default and people using the service never have > to think about how

Re: Openssh-server installation in etch

2007-03-29 Thread Tim Yang
I agree it could be good for secuirity, but it was not implemented before. Every distribution I used such as Fedora, SUSE, and even sarge installed ssh server by default and people using the service never have to think about how to do when the service vanished. Now it is changed so there might be

Re: Openssh-server installation in etch

2007-03-29 Thread Tim Yang
One thing I could not straight out is which task can actually install the openssh server? If the openssh server can not be installed by standard task selection, then this could be listed as a bug, since it would be difficult for people who actually need this service to find out what to do. I did s

Re: Openssh-server installation in etch

2007-03-29 Thread Michael Pobega
On Thu, Mar 29, 2007 at 10:46:25AM +0800, Tim Yang wrote: > > However I found a little problem. Since it is a server, I > try to connect from another box with SSH and it was > refused. I found out the problem was that the SSH server > was not installed. Only openssh client was installed, > not the

Re: Openssh-server installation in etch

2007-03-29 Thread Jochen Schulz
Tim Yang: > > However I found a little problem. Since it is a server, I > try to connect from another box with SSH and it was > refused. I found out the problem was that the SSH server > was not installed. Only openssh client was installed, > not the server. I have to manually apt-get the openssh

Re: Openssh-server installation in etch

2007-03-28 Thread Kevin Mark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Mar 29, 2007 at 10:46:25AM +0800, Tim Yang wrote: > I have done a fresh installation of etch RC2 release, in order > to set up a server for home use one a x86 box which I > constantly try out different distributions. > > I have selected a few