ssh: log in to server as my user instead of root
This commit is contained in:
parent
e6b4d083a6
commit
03685ac0be
|
@ -128,7 +128,7 @@
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"git*".user = "git";
|
"git*".user = "git";
|
||||||
"legion" = {
|
"legion" = {
|
||||||
user = "root";
|
user = "xenia";
|
||||||
hostname = "192.168.1.230";
|
hostname = "192.168.1.230";
|
||||||
};
|
};
|
||||||
"ionos" = {
|
"ionos" = {
|
||||||
|
|
Loading…
Reference in a new issue