# 1.0 Access ### Topics - Shell - Bash - Bash Prompts - Command Arguments - Command Options Example: ```bash ssh -p 33 root@vm15 ``` | Command | Options | Arguments | |:--------|:--------|:---------------| | ssh | -p 33 | root@vm15 | - Physical Console - Terminal - Virtual Console - SSH - SSH Keys ### Reading List - Chapter 5: Connecting to Red Hat Enterprise Linux 8 (pp. 99-119) ### Commands |Command|Action| |:-|:-| |ssh|Use this command to connect to other Linux machines via the commandline.| |ssh-keygen|Use this command to generate a public-private key pair.| |ssh-copy-id|Use this command to copy your public key to another machine.|