How to access Your nodes


Instruction

**NOTE: Find in docs support tab sheet LAB Access **

  • change X and Y according to your pod number

  • change Z according to your lab access

  • default username student


Accessing Your Node

Access your node by using one of the following way


Terminal Linux/Mac

Log in to your controller machine using ssh as student user

ssh student@labZ.btech.id -p 106Y

Check History

The "history" command on Linux shows a list of the commands executed in the current terminal session. It allows users to quickly recall and reuse previously executed commands without having to type them out again.

history

###Tunneling Access Server

Dynamic Port Forwarding

SSH Dynamic Port Forwarding is a technique that allows you to use an SSH connection as a SOCKS proxy. This means that you can tunnel any TCP traffic through the SSH server and access remote resources as if you were on the same network. To use SSH Dynamic Port Forwarding, you need to specify a local port with the -D option when you establish the SSH connection.

For example this coomand will create a SOCKS proxy on port 8020 that you can configure your applications to use.

ssh user@host -D 8020  

Termius

Termius is a cross-platform SSH client that allows you to access and manage remote servers from your mobile device or desktop. Termius supports various protocols such as SSH, SFTP, Telnet and Mosh. Termius also provides features such as port forwarding, terminal customization, synchronization and backup of your data across devices, and integration with third-party services like AWS and DigitalOcean.


Pritunl VPN Client

Pritunl VPN Client is a software that allows users to connect to a Pritunl server and access a private network securely. It supports various protocols such as OpenVPN, WireGuard and IKEv2. It also has features such as auto-connect, kill switch and split tunneling. Pritunl VPN Client is compatible with Windows, Mac OS, Linux and Android devices.