add comments in ssh-local
This commit is contained in:
parent
556956669d
commit
93b3658150
1 changed files with 3 additions and 0 deletions
|
@ -69,3 +69,6 @@ echo port=${Port}
|
||||||
|
|
||||||
ssh -o "StrictHostKeyChecking no" -o "UserKnownHostsFile=/dev/null" -p ${Port} ${User}@localhost
|
ssh -o "StrictHostKeyChecking no" -o "UserKnownHostsFile=/dev/null" -p ${Port} ${User}@localhost
|
||||||
|
|
||||||
|
|
||||||
|
# add possibility for vnc and rsp
|
||||||
|
# rsp command to connect: xfreerdp /v:hostname /u:user /dynamic-resolution
|
||||||
|
|
Loading…
Reference in a new issue