VNC / RDP restrictions

mheijerman

New member
Local time
4:21 AM
Messages
2
Hi all,

I'm new here and have some VNC questions.

VNC works better for us as it comes to forwarding hardware, for example; smartcards. With RDP the smartcards are not accessible when directly connected to host servers.

Now with a VNC connection all smartcards are recognized and accessible. Here for we need to use VNC, but when it comes to restrictions RDP seems easier to configure.

Our main issue is: clipboard redirection.

We want to restrict the usage of copy+paste trough VNC. Then only (as it seems) way it can be configured is through the client configurations. There is the issue, we only want to be able to configure redirection on the server side (security).

Or we need to find a way to get the smartcard readers to work through RDP.

It looks like VNC connects to the console port of the server and RDP is not (correct me if i'm wrong)

VNC:
UltraVNC
TightVNC
TigerVNC

all can be directly configured on the client side which we don't want.

RDP:
# mstsc /v:<server> /console <<< Does not work either.

Any suggestions ?
 

My Computer My Computer

At a glance

Win7, Win10 x64i720GBGTX 770
Computer type
PC/Desktop
Computer Manufacturer/Model Number
custom build
OS
Win7, Win10 x64
CPU
i7
Motherboard
asus
Memory
20GB
Graphics Card(s)
GTX 770
Hard Drives
2 x SSD
2 x HDD
Browser
chrome, chromium, firefox
UltraVNC clients can connect via VNC file (a text file in the INI file format).

Code:
[Connection]
Host=
[options]
[COLOR=Red]disableclipboard=1[/COLOR]

It can probably be done via shortcut target line too.
 

My Computer My Computer

At a glance

W7 Pro SP1 64biti78GBIntel HD Graphics
Computer type
Laptop
Computer Manufacturer/Model Number
Employer provided Dell Latitude
OS
W7 Pro SP1 64bit
CPU
i7
Memory
8GB
Graphics Card(s)
Intel HD Graphics
Hard Drives
crappy SSD
Antivirus
Employer mandated Symantec Endpoint Protection
Browser
Pale Moon 64bit, IE11 64bit & Chrome 64bit
Hi,

thanks for your answer, the thing is, we want this to be configured on the host side, not the client side. I was already searching for vnc viewer packages (like some teamviewer ones) to configure the client exe and repack it with default options, seems hard to find btw.

We really do not want any settings to be configurable on the client sides.
 

My Computer My Computer

At a glance

Win7, Win10 x64i720GBGTX 770
Computer type
PC/Desktop
Computer Manufacturer/Model Number
custom build
OS
Win7, Win10 x64
CPU
i7
Motherboard
asus
Memory
20GB
Graphics Card(s)
GTX 770
Hard Drives
2 x SSD
2 x HDD
Browser
chrome, chromium, firefox
Sorry about that. You were clear in your original post.

There has been at least one request to add this "disable clipboard" feature to the server side of uVNC, but it does not look like the feature has been added yet.
 

My Computer My Computer

At a glance

W7 Pro SP1 64biti78GBIntel HD Graphics
Computer type
Laptop
Computer Manufacturer/Model Number
Employer provided Dell Latitude
OS
W7 Pro SP1 64bit
CPU
i7
Memory
8GB
Graphics Card(s)
Intel HD Graphics
Hard Drives
crappy SSD
Antivirus
Employer mandated Symantec Endpoint Protection
Browser
Pale Moon 64bit, IE11 64bit & Chrome 64bit
Back
Top