commit 1383c490cd5dc4693bba02e5d569a49ce46f9e1a parent a2a6cffa1e45359c47913ac795c0b290cb940063 Author: gearsix <gearsix@tuta.io> Date: Thu, 26 Jan 2023 11:53:57 +0000 ssh_config: updates hostname for bumblebee Diffstat:
M | ssh_config | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ssh_config b/ssh_config @@ -1,9 +1,8 @@ Host ark User gearsix - HostName 192.168.0.10 + HostName ark Port 3001 -Host git.gearsix - User dietpi - HostName 192.168.0.20 - +Host bumblebee + User root + HostName bumblebee +\ No newline at end of file