Host or IP address
Enter the address Techstack uses to reach the server in Node host or IP, for example192.168.1.20 or server.example.com.
The address must be reachable from where Techstack runs. A home address like
192.168.1.20 works when Techstack runs in the same network, for example the
Windows Alpha on a computer at home. If Techstack
cannot reach the server this way, use the
pairing command instead: the server then
connects outward on its own.
SSH key or password
Under Authentication, choose how Techstack signs in:- SSH key. Techstack uses a private key you saved in your Wallet.
- Password. Techstack uses the SSH password of the user you enter.
SSH key label
With SSH key, enter the SSH key label: the name of an SSH key saved in your Wallet. Techstack looks up the Wallet item with that name (upper and lower case do not matter) and uses its private key. You never paste the private key into the wizard. If no SSH key in your Wallet has that name, the connection test and the setup stop with an error. Save the key in your Wallet first, then enter its name here. The public half of the key must be in the server user’s~/.ssh/authorized_keys file, as for any SSH login.
SSH user, port and sudo
Open SSH details to change the defaults:- SSH user. The account Techstack signs in as. The default is
root. - SSH port. The default is
22. Change it only if your server’s SSH service listens on another port. - Use sudo for setup commands. Turn this on when the SSH user is not
root. Techstack then runs the setup withsudo. It first triessudowithout a password prompt, so the setup is most reliable when that user may runsudowithout typing a password. The setup stops if the user has nosudoat all.
Test connection
Select Test connection before you continue. Techstack tries to sign in with the address, user, port, and key or password you entered, and shows SSH connection successful or the error it received. The test only signs in. It does not change anything on the server. If you change any field after a test, the result is cleared. Test again before you continue. Common reasons a test fails:- the host or IP is wrong, or not reachable from where Techstack runs;
- the SSH port is different from
22; - the key label does not match an SSH key in your Wallet;
- the server does not accept that key or password for that user.
