Added Remoteunlock SSH Config

This commit is contained in:
Kaybee 2025-05-06 01:20:42 +02:00
parent c7c2ab874f
commit ddc071e5db
Signed by: kb01
SSH key fingerprint: SHA256:gP6opHVPcRQWO2nBbCcsXmXLtGrxzdRbP+frT4AAJFs

View file

@ -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>