mirror of
https://github.com/NetSPI/PowerHuntShares.git
synced 2025-05-04 19:28:42 +02:00
Add files via upload
This commit is contained in:
parent
e0e475745c
commit
f8dbe57415
49
Scripts/SampleConfigs/.remmina
Normal file
49
Scripts/SampleConfigs/.remmina
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
[remmina]
|
||||||
|
name=myvnc
|
||||||
|
group=RemoteServers ; Group label for organization, such as "RemoteServers"
|
||||||
|
server=192.168.1.10
|
||||||
|
protocol=VNC
|
||||||
|
username=myusername
|
||||||
|
password=mysecretpassword
|
||||||
|
domain=demo.com
|
||||||
|
clientname= ; Leave empty to use the default client name
|
||||||
|
|
||||||
|
# Display settings
|
||||||
|
resolution=AUTO ; Use AUTO for adaptive resolution
|
||||||
|
keymap=default ; Default keymap for the connection
|
||||||
|
gkeymap= ; Global keymap if different from the default
|
||||||
|
colordepth=16 ; Color depth setting
|
||||||
|
quality=9 ; Set connection quality, 0 to 9 (9 = best quality)
|
||||||
|
viewmode=1 ; Set view mode: 1 for full screen, 4 for windowed
|
||||||
|
|
||||||
|
# Connection and scaling
|
||||||
|
listenport=5500 ; Port Remmina listens on for reverse connections
|
||||||
|
hscale=100 ; Horizontal scale in percent, e.g., 100% = no scaling
|
||||||
|
vscale=100 ; Vertical scale in percent, e.g., 100% = no scaling
|
||||||
|
bitmapcaching=false ; Bitmap caching to improve speed at cost of memory
|
||||||
|
compression=true ; Enable compression to improve speed (especially on slower networks)
|
||||||
|
showcursor=true ; Show remote cursor in VNC sessions
|
||||||
|
viewonly=false ; Set true for view-only mode (no interaction)
|
||||||
|
console=false ; Use this as a console session
|
||||||
|
disableserverinput=false ; Allow server to receive input events
|
||||||
|
aspectscale=false ; Maintain aspect ratio while scaling
|
||||||
|
|
||||||
|
# Advanced features
|
||||||
|
shareprinter=false ; Set to true to share printers
|
||||||
|
once=false ; Connect only once if true
|
||||||
|
|
||||||
|
# SSH tunneling settings
|
||||||
|
ssh_enabled=true ; Enable SSH tunneling
|
||||||
|
ssh_server=192.168.1.20
|
||||||
|
ssh_auth=1 ; SSH authentication method (1 = private key, 0 = password)
|
||||||
|
ssh_username=sshuser
|
||||||
|
ssh_privatekey=/home/user/.ssh/id_rsa
|
||||||
|
ssh_charset=UTF-8 ; Character set for SSH if necessary
|
||||||
|
|
||||||
|
# Window settings
|
||||||
|
scale=false ; Auto scale window to screen resolution
|
||||||
|
keyboard_grab=false ; Allow keyboard grabbing for shortcuts
|
||||||
|
window_width=1024 ; Window width in pixels
|
||||||
|
window_height=808 ; Window height in pixels
|
||||||
|
window_maximize=false ; Start maximized if true
|
||||||
|
toolbar_opacity=0 ; Opacity of the toolbar when visible (0 = transparent)
|
Loading…
x
Reference in New Issue
Block a user