Re: Can't connect to workstation using ssh from a remote machine

2021-01-14 Thread Gary Dale
On 2021-01-14 07:55, Greg Wooledge wrote: On Wed, Jan 13, 2021 at 08:20:30PM -0500, Dan Ritter wrote: Gary Dale wrote: $ telnet workstation  22 Trying 192.168.1.20... telnet: Unable to connect to remote host: Connection timed out Options: . workstation is not running sshd No. That would give

Re: Can't connect to workstation using ssh from a remote machine

2021-01-14 Thread Greg Wooledge
On Wed, Jan 13, 2021 at 08:20:30PM -0500, Dan Ritter wrote: > Gary Dale wrote: > > $ telnet workstation  22 > > Trying 192.168.1.20... > > telnet: Unable to connect to remote host: Connection timed out > Options: > . workstation is not running sshd No. That would give you "connection refused" i

Re: Can't connect to workstation using ssh from a remote machine

2021-01-14 Thread Joe
On Wed, 13 Jan 2021 20:07:54 -0500 Gary Dale wrote: > > Assuming their names are workstation and server, give us the > > output of the following. Use ctrl-c to cancel things as > > necessary. > > > > >From workstation: > > $ ping -c3 server > > $ telnet server 22 > > > > >From server: >

Re: Can't connect to workstation using ssh from a remote machine

2021-01-13 Thread Gary Dale
On 2021-01-13 20:20, Dan Ritter wrote: Gary Dale wrote: On 2021-01-13 15:48, Dan Ritter wrote: >From server: $ ping -c3 workstation $ telnet workstation 22 -dsr- I can get to the server from workstation using ssh. I just can't do it in the other direction. On server, I can ping workstation b

Re: Can't connect to workstation using ssh from a remote machine

2021-01-13 Thread Gary Dale
On 2021-01-13 19:03, Charles Curley wrote: On Wed, 13 Jan 2021 15:27:07 -0500 Gary Dale wrote: I can connect via ssh to my workstation locally, just not from other machines *i.e. ssh works when run on but not when run on a different computer). Firewall? Try "tail -f /var/log/syslog" on work

Re: Can't connect to workstation using ssh from a remote machine

2021-01-13 Thread Gary Dale
On 2021-01-13 15:48, Dan Ritter wrote: Gary Dale wrote: I'm running Bullseye on an AMD64 system on my workstation and Buster on an AMD64 system on my server. I'm trying to establish an ssh connection from my server to my workstation to facilitate a nightly pull backup of /home run by the server

Re: Can't connect to workstation using ssh from a remote machine

2021-01-13 Thread Dan Ritter
Gary Dale wrote: > On 2021-01-13 15:48, Dan Ritter wrote: > > >From server: > > $ ping -c3 workstation > > $ telnet workstation 22 > > > > -dsr- > > > I can get to the server from workstation using ssh. I just can't do it in > the other direction. On server, I can ping workstation but: > $ telne

Can't connect to workstation using ssh from a remote machine

2021-01-13 Thread Gary Dale
I'm running Bullseye on an AMD64 system on my workstation and Buster on an AMD64 system on my server. I'm trying to establish an ssh connection from my server to my workstation to facilitate a nightly pull backup of /home run by the server. However the ssh request times out. I can connect vi

Re: Can't connect to workstation using ssh from a remote machine

2021-01-13 Thread Charles Curley
On Wed, 13 Jan 2021 15:27:07 -0500 Gary Dale wrote: > I can connect via ssh to my workstation locally, just not from other > machines *i.e. ssh works when run on but > not when run on a different computer). Firewall? Try "tail -f /var/log/syslog" on workstation while trying from another machi

Re: Can't connect to workstation using ssh from a remote machine

2021-01-13 Thread tomas
On Wed, Jan 13, 2021 at 03:48:34PM -0500, Dan Ritter wrote: > Gary Dale wrote: > > I'm running Bullseye on an AMD64 system on my workstation and Buster on an > > AMD64 system on my server. > > > > I'm trying to establish an ssh connection from my server to my workstation > > to facilitate a night

Re: Can't connect to workstation using ssh from a remote machine

2021-01-13 Thread Dan Ritter
Gary Dale wrote: > I'm running Bullseye on an AMD64 system on my workstation and Buster on an > AMD64 system on my server. > > I'm trying to establish an ssh connection from my server to my workstation > to facilitate a nightly pull backup of /home run by the server. However the > ssh request tim