


From my googling to try to address this problem, I believe this is called ssh tunneling, but I could be mistaken.Īny advice? It'd be very helpful for me to get this resolved. I can't get the SFTP package to do this second jump and am not sure if it is even possible, or if there is a different tool I can use to accomplish this goal. The SFTP package works fine from there.Īt home, I must SSH into my user/desktop at work, then I ssh into the data warehouses. Our scripts and mySQL database live on separate "data warehouses" (what our system admins call it), and we ssh into them from the work computers. While in the office, I use the Sublime SFTP package to work off the servers. I am not well versed in the lingo nor details of networking, so I will do my best to explain what I need to do, and please forgive my ignorance. That's it, you're good to go.I am looking for some help getting my work from home set up in order and I am having some trouble with the networking side of things. Choose "Allow the Connection", click Next, and select "Private" for the network option.


Note: The services are named OpenSSH Authentication Agent and OpenSSH SSH Server. This will create the folder "C:\ProgramData\ssh" with your host key which is crucial for the service to work. You can start the services manually or set them to open automatically, by using Services.msc.You should see a message which says "sshd and ssh-agent services successfully installed". To install these, paste the following command in the PowerShell window: powershell.exe -ExecutionPolicy Bypass -File install-sshd.ps1. SSH requires two services to run, sshd and ssh-agent.Open PowerShell as an administrator, and paste the following command in the window, to navigate to the folder: cd "C:\Program Files\OpenSSH-Win64".Â.Extract the archive to the Program Files folder.Download Now Installing OpenSSH (and activating the required services)
