Re: [OCLUG-Tech] October Meeting: GPG Overview and Keysigning

2012-10-02 Thread Michael Goguen
a file with the gpg encrypted on a usb key, always used when using a computer with a usb boot? I donno. Michael Goguen On Tue, Oct 2, 2012 at 10:37 PM, Michael Goguen wrote: > I'm concerned that my home computer is compromised (and I'm not sure I can > keep it physically secure, let alone

Re: [OCLUG-Tech] October Meeting: GPG Overview and Keysigning

2012-10-02 Thread Michael Goguen
I'm concerned that my home computer is compromised (and I'm not sure I can keep it physically secure, let alone the info and data), but I would very much like to get into the practice of using gpg, etc, and do this key signing. Any suggestions? Michael Goguen On Tue, Oct 2, 2012 at 10:23 PM,

Re: [OCLUG-Tech] October Meeting: GPG Overview and Keysigning

2012-10-02 Thread Rob Echlin
I'm looking forward to this meeting!   -- Rob Echlin, B. Eng. 613-266-8311 -  Ottawa, ON http://talksoftware.wordpress.com  - http://picasaweb.google.com/coderoller > > From: Murphy Scott >To: li...@oclug.on.ca >Sent: Wednesday, September 26, 2012 11:40:12 PM

Re: [OCLUG-Tech] IP Forwarding & DD-WRT

2012-10-02 Thread Bruce
Raj, I'm looking into your suggests I'll get back to you when I worked more on the problem. -- Bruce Harding Information Broker Member: IEEE, SPIE, IACR On October 2, 2012 02:39:31 PM Raj wrote: > What you're looking for is the 'NAT loopback' functionality. Check to see > if that is perhaps

Re: [OCLUG-Tech] IP Forwarding & DD-WRT

2012-10-02 Thread Raj
What you're looking for is the 'NAT loopback' functionality. Check to see if that is perhaps disabled or missing on your new DD-WRT version. Another option may be to specify a static DNS entry on your router for your webserver that would direct your internal hosts to the webservers internal IP rath

Re: [OCLUG-Tech] ssh, X11 forwarding not working (CentOS 6.3)

2012-10-02 Thread Rick
We now use ssh -Y. From the ssh man page: -X Enables X11 forwarding. This can also be specified on a per-host basis in a configuration file. X11 forwarding should be enabled with caution. Users with the ability to bypass file permissions on the remote host (for the user

Re: [OCLUG-Tech] ssh, X11 forwarding not working (CentOS 6.3) [SOLVED]

2012-10-02 Thread Steve La Rocque
Solved. Ultimately, I tried this from another machine running fedora 17 and there was a different error message: X11 forwarding request failed on channel 0 This led me to https://gist.github.com/1324845 and http://forums.fedoraforum.org/showthread.php?t=270333 which revealed that for some re

Re: [OCLUG-Tech] ssh, X11 forwarding not working (CentOS 6.3)

2012-10-02 Thread Steve La Rocque
Yep, that's set. [root@dz ~]# grep -i X11Forwarding /etc/ssh/sshd_config #X11Forwarding no X11Forwarding yes #X11Forwarding no [root@dz ~]# On 02/10/12 11:57 AM, Martin Hicks wrote: > check that /etc/ssh/sshd_config has "X11Forwarding yes" set. > > mh > > On Tue, Oct 2,

Re: [OCLUG-Tech] ssh, X11 forwarding not working (CentOS 6.3)

2012-10-02 Thread Martin Hicks
nevermind. I didn't see your sshd_config excerpt On Tue, Oct 2, 2012 at 11:57 AM, Martin Hicks wrote: > check that /etc/ssh/sshd_config has "X11Forwarding yes" set. > > mh > > > On Tue, Oct 2, 2012 at 11:48 AM, Steve La Rocque wrote: > >> Hi everyone. For years, I've been using ssh -X just fin

Re: [OCLUG-Tech] ssh, X11 forwarding not working (CentOS 6.3)

2012-10-02 Thread Martin Hicks
check that /etc/ssh/sshd_config has "X11Forwarding yes" set. mh On Tue, Oct 2, 2012 at 11:48 AM, Steve La Rocque wrote: > Hi everyone. For years, I've been using ssh -X just fine to connect to > our various remote machines and interact with X applications on the > remote machines via the displa

[OCLUG-Tech] ssh, X11 forwarding not working (CentOS 6.3)

2012-10-02 Thread Steve La Rocque
Hi everyone. For years, I've been using ssh -X just fine to connect to our various remote machines and interact with X applications on the remote machines via the display in front of me, but recently I installed a fresh CentOS 6.3 x64 on real hardware and it isn't working. The DISPLAY environment