Skip to content

Commit

Permalink
disable multi mon support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejaswikandula committed Aug 26, 2024
1 parent 9caf7a9 commit b14f6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bastion/azext_bastion/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def _generate_rdp_file(port):
rdp_file_content = (
f"full address:s:localhost:{port}\n"
f"alternate full address:s:localhost:{port}\n"
"use multimon:i:1\n"
"use multimon:i:0\n"
)

rdpfilepath = os.path.join(tempfile.gettempdir(), f'conn_{uuid.uuid4().hex}.rdp')
Expand Down

0 comments on commit b14f6b8

Please sign in to comment.