Teamviewer Risks When Connecting to Another Computer

Iaseenisben
Iaseenisben Posts: 1
edited July 3 in General questions

Are there any risks to be aware of if you remote into another person's computer via their Teamviewer Partner ID and password?

Any recommended settings to choose when remoting into an unknown computer?

All of the searches I have tried focus on the risks of allowing someone to access your computer, but I'm curious if there is anything one should watch out for if you are accessing someone else's computer.

For example, I saw one comment that depending on your settings, the host computer may receive what is in your clipboard (which may be username or password info if you use a password manager).

The context is a potential client that I have never worked with before has asked me to do Excel work on their computer. They don't want to send the file, they want to send me their Teamviewer Partner ID and password so I can do the work on their computer via Teamviewer. And out of an abundance of caution I want to make sure I am not unwittingly giving them access to my computer or files.

Tagged:

Answers

  • Being that it's an unknown computer, there's always a small risk factor. As long as you turn off Clipboard Sync and do not try any file transfers between systems, you shouldn't have to worry about viruses or spyware.

    The main thing is, if it's an unknown computer, it sounds more like this would be commercial use and not in the free terms, so you'd want to get a license first before you do anything or risk having your account shut off for not getting it.

  • @Iaseenisben I use TeamViewer to connect to a machine (Ubuntu 20.04) that not always have a graphical user session started and I noticed that even with teamviewerd running the machine is offline. I fixed the problem running:

    sudo teamviewer setup

    From teamviewer --help:

    teamviewer setup Configure headless modes (non-gui/console)

    Without running this, the only way for me was to start manually a graphical user session and open the TeamViewer GUI on the host I wanted to use.

  • What is an SVI?

    SVI (Switched Virtual Interface) is a virtual interface that acts as a Layer 3 interface on a switch, allowing it to perform routing functions. SVIs are typically used for inter-VLAN routing and to enable communication between different VLANs (Virtual Local Area Networks) on a switch.

    Where is SVI Used?

    SVIs are commonly used in network environments where you need to enable routing between multiple VLANs on the same switch without requiring an external router. This is often seen in:

    • Enterprise Networks: For segmenting traffic into different VLANs and enabling communication between them.
    • Data Centers: For managing different subnetworks and ensuring efficient traffic routing.
    • Campus Networks: To segregate different departments or user groups into separate VLANs while still allowing inter-department communication.