Added Remoteunlock SSH Config
This commit is contained in:
parent
c7c2ab874f
commit
ddc071e5db
1 changed files with 6 additions and 1 deletions
|
@ -70,7 +70,12 @@ Host mow0m
|
||||||
HostName mow0m.lan
|
HostName mow0m.lan
|
||||||
User master
|
User master
|
||||||
Port 9553
|
Port 9553
|
||||||
IdentityFile ~/.ssh/master@mow0m</pre></td>
|
IdentityFile ~/.ssh/master@mow0m</pre><pre lang="bash">
|
||||||
|
Host remoteunlock-mow0m
|
||||||
|
HostName mow0m.lan
|
||||||
|
User root
|
||||||
|
Port 2550
|
||||||
|
IdentityFile /home/kb/.ssh/remoteunlock-mow0m</pre></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Add table
Reference in a new issue