Configuration of the Windows Server 2025 SSH Node #25343
dmatej
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For testing of the #25291 I needed some test environment, as I use Linux and GitHub Actions too don't support TestContainers with Windows containers. So these tests have to be done manually.
Generate the authentication key without a passphrase on Linux host:
Enable Ping on Windows
https://www.rootusers.com/how-to-enable-ping-in-windows-server-2022-firewall/
Enable SSH on Windows
https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=gui&pivots=windows-server-2025
Start the sshd service on Windows
Set the sshd service to be started automatically on Windows
Now start the sshd service on Windows
Add the public key to Windows
Create the authorized keys file in
C:\ProgramData\ssh\administrators_authorized_keys
, add the pub key from the admin server/home/${USER}/.ssh/id_rsa_nopassphrase.pub
and fix its security accesshttps://serverfault.com/a/1042829/180132
Try to Connect from the domain server to the node server
Install JDK21 to Windows
Manually download Temurin JDK21 for Windows and follow the installer.
Configure Firewall
Install GlassFish to the DAS host on Linux
Create Node, Cluster and Instances
Note: the vboxuser is created automatically when you install Windows Server 2025 to VirtualBox.
THEN
Beta Was this translation helpful? Give feedback.
All reactions