"Error: unexpected error - Can't create any SFTP connections!"

Not sure where to go with this.
DVC can’t create an sftp connection, but running the sftp command works.
Thanks for any suggestions.

x dvc status
data.dvc:                                                                                                                                                                                                       
	changed outs:
		modified:           data
logs.dvc:
	changed outs:
		modified:           logs
(base) 
Epilepsy on git powertransformec-pca [$!>] took 6s 
> dvc add logs data
100% Adding...|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████|2/2 [00:22, 11.38s/file]
(base) 
Epilepsy on git powertransformec-pca [$!+>] took 26s 
> dvc push
ERROR: unexpected error - Can't create any SFTP connections!                                                                                                                                                   

Having any troubles? Hit us up at https://dvc.org/support, we are always happy to help!
(base) 
Epilepsy on git powertransformec-pca [$!+>] took 8s 
x git st
On branch powertransformec-pca
Your branch is ahead of 'origin/powertransformec-pca' by 3 commits.
  (use "git push" to publish your local commits)

Changes to be committed:
  (use "git restore --staged <file>..." to unstage)
	modified:   data.dvc
	modified:   logs.dvc

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   src/train.ipynb

(base) 
Epilepsy on git powertransformec-pca [$!+>] 
> git commit -a -m "dvc modified"
Data and pipelines are up to date.                                                                                                                                                                              
[powertransformec-pca 34a814f] dvc modified
 3 files changed, 15 insertions(+), 41 deletions(-)
(base) 
Epilepsy on git powertransformec-pca [$>] took 8s 
> git push
ERROR: unexpected error - Can't create any SFTP connections!                                                                                                                                                    

Having any troubles? Hit us up at https://dvc.org/support, we are always happy to help!
error: failed to push some refs to 'github.com:JohnAtl/epilepsy.git'
(base) 
Epilepsy on git powertransformec-pca [$>] took 6s 
x dvc status
Data and pipelines are up to date.                                                                                                                                                                              
(base) 
Epilepsy on git powertransformec-pca [$>] took 7s 
> dvc push
ERROR: unexpected error - Can't create any SFTP connections!                                                                                                                                                    

Having any troubles? Hit us up at https://dvc.org/support, we are always happy to help!
(base) 
Epilepsy on git powertransformec-pca [$>] took 5s 
x sftp johns-imac-pro.local
Connected to johns-imac-pro.local.
sftp> exit
(base) 
Epilepsy on git powertransformec-pca [$!>] took 3s
x dvc remote list  
imac	ssh://johns-imac-pro.local:/Volumes/Data/dvc/epilepsy
(base) 
Epilepsy on git powertransformec-pca [$!>] took 3s 
> 

Seems to be a known issue.