mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-07 09:15:08 -04:00
replaced all github flavored code blocks with fenced kramdown code blocks
This commit is contained in:
parent
df467baf1c
commit
39ef7373fd
58 changed files with 609 additions and 609 deletions
|
@ -57,9 +57,9 @@ Now configure your DHCP server so your testbench gets static IP and connect your
|
|||
|
||||
Install `openssh-server` on your testbench:
|
||||
|
||||
```
|
||||
~~~
|
||||
yum install openssh-server
|
||||
```
|
||||
~~~
|
||||
|
||||
Ensure that sudo works without password from your user account (it should by default).
|
||||
|
||||
|
@ -70,19 +70,19 @@ Development VM
|
|||
|
||||
Arrange firewall so you can reach the testbench from your `qubes-dev` VM. Generate SSH key in `qubes-dev`:
|
||||
|
||||
```
|
||||
~~~
|
||||
ssh-keygen -t ecdsa -b 521
|
||||
```
|
||||
~~~
|
||||
|
||||
Add the following section in `.ssh/config` in `qubes-dev`:
|
||||
|
||||
```
|
||||
~~~
|
||||
Host testbench
|
||||
# substitute username in testbench
|
||||
User user
|
||||
# substitute address of your testbench
|
||||
HostName 192.168.123.45
|
||||
```
|
||||
~~~
|
||||
|
||||
Then connect to your testbench and paste newly generated `id_ecdsa.pub` to `.ssh/authorized_keys` on testbench so you can log in without entering password every time.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue