Re: [qubes-users] Paste not working from one appvm to another appvm's bash (4.0)

2018-12-07 Thread unman
On Tue, Dec 04, 2018 at 07:02:29PM -0600, Sven Semmler wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
> 
> On 12/4/18 6:06 PM, s.w.i.m.on.qu...@gmail.com wrote:
> > I also do not have a middle mouse key, again, somewhere online
> > said that could be used as well.
> 
> Yep, that's how I do it

In the absence of a middle button you can often configure mouse to use
L+R as middle. - press both keys together.
Or use the scroll wheel as button, if you have one.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/20181207131115.k5mneguqmbklrcp6%40thirdeyesecurity.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Paste not working from one appvm to another appvm's bash (4.0)

2018-12-04 Thread Sven Semmler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 12/4/18 6:06 PM, s.w.i.m.on.qu...@gmail.com wrote:
> I also do not have a middle mouse key, again, somewhere online
> said that could be used as well.

Yep, that's how I do it

> Is there some way I can do this?

Sure.

1) pipe the output of the program that prints the cypher into a file...

# my_cipher_program > cipher_output.sh

2) send that text file to the other qube via

# qvm-copy cipher_output.sh

3) in the target qube, edit the ciper_output.sh file to contain only
the cipher and before that whatever command line statement this cipher
is a parameter to.

4) make the script executable

# chmod +x ciper_output.sh

5) run it

# ./ciper_output.sh


/Sven
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE18ry22WNibwI1qeq2m4We49UH7YFAlwHI6YACgkQ2m4We49U
H7Yq1xAA1moKk1d4+I/bIYF/Z8dEoGCtwMWOfeBYnFmNsbtvNPB2S1BYotAOsiCl
NR59J/6ycIC1B9sRR8/joTwejlqx1zP42OB210DagpeAGteg5tWUbtj+wuWFBRzF
McoLKcDNPF9k9oCNP0M3d80cDJFmtcGnlFB2Fp67jrhvOKNexIxl97LKGnPWk3gw
YWV/sQW1XGzJ+u1tplfUomzj3cBLMV6lb+4KpWMS2VJf+lWKC0IXl8ny2koY1k8j
ZkahLhEKwz2oES/NsQIah6id1gugLjj2DAONC4OG3yrgffzS8gDCBhZaYINQPTZy
sJlOnFjWuOt9bEzd3qLgtt3K+puQBBZ9PcKTvTf7kHRN1C3qXDN123mJ2X5X/K/Z
ld6MA4PTFaqkTKmS0JshAGgxDWg4xJmrXNAS7yn9aujrZ5sc3+Lg08jNLdycpo+2
02KHgKm15ytGtd+O7gXTtODW3JauJ0FQZwlFw4aN8qzeQLKRs8YwzhB63zyjlYwV
mDD8893lz4nBlgPmI+iriT6YXEgoU5T4RwHnIPDJv1hf0Z0lTYiefMNkQbE/bafH
RI2RyA/s7CuLw4yOLTNwPOZz2ffXHX0YGyIe02wdXCNAeMSdHkgtKLZXVGH1EYbZ
TYDSiitUWW3G4EfU4N4ys/ZgFRCXGxQfWQjFULZl25ThYYtXNKM=
=JsNQ
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/730d8e55-d18d-0af8-f027-6aed09c6e9e0%40SvenSemmler.org.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Paste not working from one appvm to another appvm's bash (4.0)

2018-12-04 Thread s . w . i . m . on . qubes
I have a Fedora minimal install hat I need to copy a very long cipher key into 
it's terminal from a file on another appvm. In the source appvm I can hit Ctl+C 
then Ctl+Shift+C and it will say 1Kb copied from 'appvm'. Going into the 
destination appvm xterm window (using passwordless sudo, qvm-run -u root 
'appvm' xterm) I cannot paste using Ctl+V or Ctl+Shift+V. It will say "Qubes 
clipboard has been copied to the VM and wiped" but nothing prints into Xterm.

Right clicking in the window does nothing.
My keyboard does not have an Insert key, I read somewhere that can be used.
I also do not have a middle mouse key, again, somewhere online said that could 
be used as well.

Is there some way I can do this? I have already tried transcribing the cipher 
but the length of the cipher makes error checking nearly impossible without 
going crazy.

Destination vm is a Fedora 27 minimal install with only 
qubes-core-agent-networking installed and the particular program I wanted to 
install on it. There didnt seem to be a specific 'clipboard' qubes dependency 
to install.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/79ca34ef-aa93-45b2-929e-f2ffeecd4614%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.