Displaying 20 results from an estimated 10000 matches similar to: "run firefox via an ssh tunnel"
2020 Nov 11
1
run firefox via an ssh tunnel
I can ssh -X myuser at theremote-mac
but I cannot run /usr/bin/firefox.
I can run "open -a Firefox" on the mac but then it just opens firefox on
the mac
Thoughts?
On 11/11/20 3:45 PM, R C wrote:
> I do it all the time.
>
>
> make sure you forward X11,? on the? ssh server side,? and login with?
> ssh -X me at myhost.whatever
>
> start firefox with:
>
>
2020 Nov 11
2
run firefox via an ssh tunnel
On Wed, 11 Nov 2020 at 17:45, R C <cjvijf at gmail.com> wrote:
> I do it all the time.
>
>
> make sure you forward X11, on the ssh server side, and login with
> ssh -X me at myhost.whatever
>
> start firefox with:
>
> /usr/bin/firefox -no-remote if you don't want the remote pages ending
> up in your local browser
>
> or if you don't care,
2020 Nov 11
0
run firefox via an ssh tunnel
yeah ..? it would need to run X11
On 11/11/20 4:04 PM, Stephen John Smoogen wrote:
> On Wed, 11 Nov 2020 at 17:45, R C <cjvijf at gmail.com> wrote:
>
>> I do it all the time.
>>
>>
>> make sure you forward X11, on the ssh server side, and login with
>> ssh -X me at myhost.whatever
>>
>> start firefox with:
>>
>> /usr/bin/firefox
2020 Nov 11
0
run firefox via an ssh tunnel
I do it all the time.
make sure you forward X11,? on the? ssh server side,? and login with?
ssh -X me at myhost.whatever
start firefox with:
/usr/bin/firefox -no-remote??? if you don't want the remote pages ending
up in your local browser
or if you don't care, just run firefox without -no-remote
or however you start firefox on a mac.
Ron
On 11/11/20 3:39 PM, S Bob wrote:
>
2020 Apr 19
5
Sendmail not working
All;
I installed sendmail via yum, but if I test it like this:
echo "Subject: sendmail test" | sendmail sbob at quadratum-braccas.com
I get a local mail on the server with this every time:
Message? 1:
From MAILER-DAEMON at kdb-bugs.example.com? Sun Apr 19 10:15:00 2020
Return-Path: <MAILER-DAEMON at kdb-bugs.example.com>
Date: Sun, 19 Apr 2020 10:15:00 -0600
From: Mail
2020 Nov 12
3
run firefox via an ssh tunnel
If the point is to access a specific web site only the remote machine can get to, you can also do it with port forwarding:
ssh -L 8000:ip_of_web_site_to_access_from_remote:443 remote_machine
and then locally run any browser, and access
https://localhost:443
(assuming it's https. If it's plain http, use "http" and 80). Note that you'll be breaking some aspects of https
2020 Nov 12
3
run firefox via an ssh tunnel
On 11/12/20 7:50 AM, Jonathan Billings wrote:
> On Thu, Nov 12, 2020 at 12:56:15PM +0000, Bernstein, Noam CIV USN NRL (6393) Washington DC (USA) via CentOS wrote:
>> If the point is to access a specific web site only the remote
>> machine can get to, you can also do it with port forwarding:
>> ssh -L 8000:ip_of_web_site_to_access_from_remote:443 remote_machine
>> and
2020 Apr 19
1
Sendmail not working
On 4/19/20 10:36 AM, Tim Evans wrote:
> On 4/19/20 12:28 PM, S.Bob wrote:
>> All;
>>
>>
>> I installed sendmail via yum, but if I test it like this:
>>
>>
>
>> The original message was received at Sun, 19 Apr 2020 10:02:56 -0600
>> from localhost [127.0.0.1]
>>
>> ??? ----- The following addresses had permanent fatal errors -----
2020 Apr 19
1
[Off topic] sending mail from Comcast was: Sendmail not working
> Date: Sunday, April 19, 2020 13:47:32 -0600
> From: "S.Bob" <sbob at quadratum-braccas.com>
>
> my relay will be smtp.fastmail.com and it requires authentication
> and SSL, are there added settings in main.cf that will allow this?
What port is that delivering to -- that doesn't sound like port 25,
which is the default that an MTA delivers to.
The postfix list
2020 Apr 19
1
[Off topic] sending mail from Comcast was: Sendmail not working
> On Apr 19, 2020, at 3:47 PM, S.Bob <sbob at quadratum-braccas.com> wrote:
>
> my relay will be smtp.fastmail.com <http://smtp.fastmail.com/> and it requires authentication and SSL, are there added settings in main.cf that will allow this?
Yes. You?ll want to use your favorite search engine to look up "centos postfix relayhost sasl?. Ignore any of the wiki.centos.org
2020 Apr 19
3
[Off topic] sending mail from Comcast was: Sendmail not working
> -----Original Message-----
> From: Tim Evans
> Sent: Sunday, April 19, 2020 12:50 PM
>
> On 4/19/20 12:38 PM, S.Bob wrote:
> >
> > On 4/19/20 10:36 AM, Tim Evans wrote:
> >> On 4/19/20 12:28 PM, S.Bob wrote:
> >>> All;
> >>>
> >>>
> >>> I installed sendmail via yum, but if I test it like this:
> >>>
2020 Apr 19
1
Sendmail not working
I have almost zero experience with sendmail.
I'd be willing to pay someone to set this up for me, interested? KNow of
someone?
On 4/19/20 12:18 PM, Alexander Dalloz wrote:
> Am 19.04.2020 um 18:28 schrieb S.Bob:
>>
>> I installed sendmail via yum, but if I test it like this:
>>
>>
>> echo "Subject: sendmail test" | sendmail sbob at
2023 Apr 03
2
[EXTERNAL] Fwd: ntlm_auth and freeradius
On Mon, 2023-04-03 at 15:08 +0000, Tim ODriscoll via samba wrote:
> Unfortunately it's still erroring out:
> (7) mschap: Creating challenge hash with username: host/SL-6S4BBS3.MYDOMAIN.co.uk
> (7) mschap: Client is using MS-CHAPv2
Is this set as a UPN (with the realm appended) on the user?
--
Andrew Bartlett (he/him) https://samba.org/~abartlet/
Samba Team Member (since 2001)
2020 Apr 19
4
[Off topic] sending mail from Comcast was: Sendmail not working
> -----Original Message-----
> From: S.Bob
> Sent: Sunday, April 19, 2020 2:52 PM
>
>
>
> I get this:
>
> # rpm -qf `which sendmail`
> postfix-2.10.1-7.el7.x86_64
> sendmail-8.14.7-5.el7.x86_64
>
yum erase sendmail # undo what you did before...
yum reinstall postfix # just in case it is messed up
rpm -V postfix # lets verify if postfix is ok
systemctl
2020 Apr 19
5
[Off topic] sending mail from Comcast was: Sendmail not working
> -----Original Message-----
> From: S.Bob
> Sent: Sunday, April 19, 2020 2:26 PM
> To: centos at centos.org
> Subject: Re: [CentOS] [Off topic] sending mail from Comcast was: Sendmail not working
>
> I followed this guide:
>
>
> https://pepipost.com/tutorials/install-sendmail-server-centos-7/
Sigh - bad examples for you.... undo if you can.
Postfix provides the
2003 Dec 15
1
FWD and (multiple) internal IPs
My Asterisk box also does NAT for internal network, and establishes site-to-site VPN tunnel(s). As a result I have several internal interfaces with private addresses on them, and only one public interface. By trial-and-error I've found out that FWD (SIP) won't work unless I disable my VPN tunnels - it would send the internal IP address to FWD's SIP server instead of public one. I
2003 Apr 02
8
[Bug 530] problems with port forwarding
http://bugzilla.mindrot.org/show_bug.cgi?id=530
Summary: problems with port forwarding
Product: Portable OpenSSH
Version: 3.5p1
Platform: ix86
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: gilbert at
2020 Apr 19
0
Sendmail not working
On 4/19/20 12:28 PM, S.Bob wrote:
> All;
>
>
> I installed sendmail via yum, but if I test it like this:
>
>
> The original message was received at Sun, 19 Apr 2020 10:02:56 -0600
> from localhost [127.0.0.1]
>
> ?? ----- The following addresses had permanent fatal errors -----
> <sbob at quadratum-braccas.com>
> ??? (reason: 554 5.7.1 Service
2020 Apr 19
0
Sendmail not working
Am 19.04.2020 um 18:28 schrieb S.Bob:
>
> I installed sendmail via yum, but if I test it like this:
>
>
> echo "Subject: sendmail test" | sendmail sbob at quadratum-braccas.com
>
>
> I get a local mail on the server with this every time:
[ ... ]
Hi,
your provided sendmail.mc shows that you have done zero customization.
So please let me ask: do you have
2020 Apr 19
1
[Off topic] sending mail from Comcast was: Sendmail not working
See other thread/reply.
> -----Original Message-----
> From: CentOS <centos-bounces at centos.org> On Behalf Of S.Bob
> Sent: Sunday, April 19, 2020 3:11 PM
> To: centos at centos.org
> Subject: Re: [CentOS] [Off topic] sending mail from Comcast was: Sendmail not working
>
> OK, I've fired up a new VM, new CentOS 7 install, now I get this:
>
> # rpm -qf