8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
|
Host <%= host_key %>
|
||
|
HostName localhost
|
||
|
User <%= ssh_user %>
|
||
|
Port <%= ssh_port %>
|
||
|
UserKnownHostsFile /dev/null
|
||
|
StrictHostKeyChecking no
|
||
|
IdentityFile <%= private_key_path %>
|