[PLUG] SSH to external site not responsive

2022-11-17 Thread Rich Shepard
I use ssh to move files among LAN hosts and, when I'm out of the office, to connect to my mail server. Today I'm trying to use ssh to connect to my web site's host and it's not working so I need a clue stick. When I enter the command: $ ssh ssh.phx.nearlyfreespeech.net The cursor moves to the ne

Re: [PLUG] SSH to external site not responsive

2022-11-17 Thread Randy Bush
-vv

Re: [PLUG] SSH to external site not responsive

2022-11-17 Thread Rich Shepard
On Thu, 17 Nov 2022, Randy Bush wrote: -vv I forgot about that! debug2: resolving "ssh.phx.nearlyfreespeech.net" port 14982 So my ssh uses a high number port. NFS uses port 22. Trying: ssh -b 22 ssh.phx.nearlyfreespeech.net also results in no login request. Neither does -D. What ssh option

Re: [PLUG] SSH to external site not responsive

2022-11-17 Thread Randy Bush
> debug2: resolving "ssh.phx.nearlyfreespeech.net" port 14982 and it did not resolve? if not, dns issue? > So my ssh uses a high number port. NFS uses port 22. which is perfectly normal

Re: [PLUG] SSH to external site not responsive

2022-11-17 Thread Ben Koenig
--- Original Message --- On Thursday, November 17th, 2022 at 8:21 AM, Randy Bush wrote: > > debug2: resolving "ssh.phx.nearlyfreespeech.net" port 14982 > > > and it did not resolve? if not, dns issue? > > > So my ssh uses a high number port. NFS uses port 22. > > > which is perfectl

Re: [PLUG] SSH to external site not responsive

2022-11-17 Thread Rich Shepard
On Thu, 17 Nov 2022, Ben Koenig wrote: ssh -p @ Ben, Actually, all that's needed is the -p option (which I missed looking at the ssh options.) Now I need to contact the NFS community because ssh is not accepting the same password I use with sftp and logging into my account on the web. Sigh.

Re: [PLUG] SSH to external site not responsive

2022-11-17 Thread Tomas Kuchta
Many shared hosting providers let people to sftp, but not ssh. This is because there are many users/website on the host and executing stuff could impact them all. You may need to reach out to admins to enable ssh for you, if they support it or get VM from someone like AWS, linode, etc. Hope that

Re: [PLUG] SSH to external site not responsive

2022-11-17 Thread Randy Bush
on a tangent, preliminary tests seem to show that new mac os, ventura, magically turns your `scp` into `sftp`. ghu knows why. californians! randy

Re: [PLUG] SSH to external site not responsive

2022-11-17 Thread Ben Koenig
--- Original Message --- On Thursday, November 17th, 2022 at 12:01 PM, Randy Bush wrote: > on a tangent, preliminary tests seem to show that new mac os, ventura, > magically turns your `scp` into `sftp`. ghu knows why. californians! > > randy It'll be fine. Rumor is that some people in

Re: [PLUG] SSH to external site not responsive

2022-11-17 Thread Rich Shepard
On Thu, 17 Nov 2022, Tomas Kuchta wrote: Many shared hosting providers let people to sftp, but not ssh. This is because there are many users/website on the host and executing stuff could impact them all. NFS allows ssh for members; that's why they tell us to log in via ssh in order to run the

Re: [PLUG] SSH to external site not responsive

2022-11-17 Thread Bill Barry
On Thu, Nov 17, 2022, 3:07 PM Rich Shepard wrote: > On Thu, 17 Nov 2022, Tomas Kuchta wrote: > > > Many shared hosting providers let people to sftp, but not ssh. This is > > because there are many users/website on the host and executing stuff > could > > impact them all. > > NFS allows ssh for me

Re: [PLUG] SSH to external site not responsive

2022-11-17 Thread Galen Seitz
On 11/17/22 13:07, Rich Shepard wrote: On Thu, 17 Nov 2022, Tomas Kuchta wrote: Many shared hosting providers let people to sftp, but not ssh. This is because there are many users/website on the host and executing stuff could impact them all. NFS allows ssh for members; that's why they tell

Re: [PLUG] SSH to external site not responsive

2022-11-17 Thread Rich Shepard
On Thu, 17 Nov 2022, Galen Seitz wrote: I suppose I should be paying closer attention, but when I saw a message about nfs running on port 22, I thought, "what the !#$#, that's the ssh port. nfs uses a completely different port(just looked, it's 2049)" Anyway, abbreviating nearlyfreespeech as NFS

Re: [PLUG] SSH to external site not responsive [RESOLVED]

2022-11-17 Thread Rich Shepard
On Thu, 17 Nov 2022, Bill Barry wrote: The FAQ https://faq.nearlyfreespeech.net/q/SSHUsername Sure you need to look at the sites panel on your web interface to get the appropriate user name for the corresponding protocol. The username might be different for each protocol and for each domain you