feat(server): ssh into the crony user by defult.
This commit is contained in:
parent
d9b90fd522
commit
670119ae64
3 changed files with 19 additions and 1 deletions
2
justfile
2
justfile
|
@ -1,5 +1,5 @@
|
|||
shell server:
|
||||
ssh root@{{server}}
|
||||
ssh crony@{{server}}
|
||||
|
||||
forward port server:
|
||||
ssh -N -L {{port}}:127.0.0.1:{{port}} root@{{server}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue