SSH intructions

This commit is contained in:
Out Of Ideas 2024-01-22 20:35:47 -06:00
parent ac2de75fd9
commit fae4c51526
1 changed files with 37 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Here is a list of features/specifications that the system will have:
* Swaylock is easy to use and simple.
* Caulculator - Kcalc
* Picked for ease of use and consistency with the rest of the system.
* Unit Conversion - Convertall version >=1
* Unit Conversion - Convertall version 1
* Simple GUI for unit conversion.
# Installation
## Login
@ -56,6 +56,42 @@ void-live login: root
Password: voidlinux
```
You will now be greated with a `# ` root prompt.
## SSH
If you would like to use SSH durning the install, do the following:
Start the Bash shell, so that you can edit the command if you made a mistake (press **Up**).
```
bash
```
Determin the IP address
```
ip addr | grep -e wlp -e wlan -e enp -e eth[[:digit:]] | grep inet | tail -1 | awk '{print $2}' | awk -F/ '{print $1}'
```
On another system, run:
```
ssh anon@<ip address>
```
Replace **<ip address>** with the actual ip address.
Say "yes."
```
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
```
The password is `voidlinux`.
Now login as root.
```
su root
Password: voidlinux
```
Start `bash`
```
bash
```
Set the $TERM vairiable
```
TERM=xterm
```
## Gathering Important Information
### Determining the Proper Disk to Install to
First, it is crutial to determine the proper device to install to. Run `lsblk`.