Skip to content

Container allowing create fake client connections with an X-Session; this is mainly intended to run UX testing on a remote target

License

Notifications You must be signed in to change notification settings

adrianriobo/fxc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fxc

Container allowing create fake connections to emulate X sessions.

Container Repository on Quay

Run container

Container should be run with mandatory envs: HOST, USER, PASSWORD

Env INSECURE allows to force certificate validation on connection (only for RDP connections). Default value is true, so no certificate validation

# vnc fake connection
podman run -d --rm --name fxc-vnc \
    -e PROTOCOL=vnc \
    -e HOST=x.x.x.x \
    -e USER=fake \
    -e PASSWORDs=fake \
    quay.io/rhqp/fxc:v1.0.0-dev

# rdp fake connection
podman run -d --rm --name fxc-rdp \
    -e PROTOCOL=rdp \
    -e HOST=x.x.x.x \
    -e USER=fake \
    -e PASSWORDs=fake \
    quay.io/rhqp/fxc:v1.0.0-dev

About

Container allowing create fake client connections with an X-Session; this is mainly intended to run UX testing on a remote target

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published