Is Pageant (Agent Forwarding) For Putty Supported On Linux?

Oct 28, 2007

I've setup my ssh to login with keys and passphrase. I would like to do away with passphrases by using agent forwarding. Putty uses Pageant to store private keys, bu from all the tutorials I can find, it's a windows based feature (to add private keys). I've also tried to use ssh-add (a different agent), but it has trouble recognizing my private key passphrase (made with putty). I know the private key is working because I'm able to use use ssh without a password, just the phrase.

What's the best way to do this? Is there a putty pageant command line that I don't know about?

View 2 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: No Migration And Transfer Agent Found

Dec 20, 2014

Plesk from plesk server Migration, I want to do

I get the following error.

Error: No Migration & Transfer Agent found. Data migration cannot be performed.

View 4 Replies View Related

Plesk 12.x / Linux :: Transfers And Migration Agent Hangs While Updating

Aug 21, 2014

I'd like to upgrade my server from Ubuntu 12.04 to Ubuntu 14.04. The idea is to migrate my actual server (S1) to another one (S2). Then, format and install ubuntu 14.04 with Plesk on S1, and finally migrate the data from S2 to S1. Is it a good solution? Is it possible to do this using only one server? I don't know if I can do it making a backup, install Ubuntu 14.04 and then, restore the data into the server.

However, I have a problem with the migration agent. When I go the migration page, the migration agent tries to update itself and it keep at 0% forever (I attach an screenshot).

View 2 Replies View Related

Plesk 12.x / Linux :: No Access To Panel - Service Agent Exception

Jan 10, 2015

I got error, can`t access to panel:

ERROR: Service_Agent_Exception

Unable to read apache features from the service node: [Sat Jan 10 12:25:03.013856 2015] [so:warn] [pid 32541] AH01574: module actions_module is already loaded, skipping
[Sat Jan 10 12:25:03.014058 2015] [so:warn] [pid 32541] AH01574: module auth_digest_module is already loaded, skipping
[Sat Jan 10 12:25:03.014694 2015] [so:warn] [pid 32541] AH01574: module authz_user_module is already loaded, skipping

[Code] ....

View 2 Replies View Related

Plesk 12.x / Linux :: Backup Restore Error - Python Is Not Supported

Aug 19, 2014

I cant restore my back up. Get following warnings:

Warning:

php_version 5.3 is not supported. It will be replaced with php_version 5.4 for the following service plans: Unlimited, Admin Simple, Default Domain, Default Simple, Web Presence Builder, SiteBuilder

Warning:

python is not supported. It will be disabled for the following objects: Service plan 'Unlimited', Service plan 'Admin Simple', Service plan 'Default Domain', Service plan 'Default Simple'

Warning:

The component fail2ban is not installed. It will be disabled for the following objects: Server settings

Warning:

php_version 5.3 is not supported. It will be replaced with php_version 5.4 for the following websites: swen.flugzeugbilder.orgClick to expand...

View 3 Replies View Related

Plesk Automation :: Linux Platform Installed On Remote Host Is Not Supported

Feb 16, 2015

I tried adding an apache service node to PPA Admin Node.

I referred to the specs at [URL] ....

Specifications of the Apache server node are:

RHEL 6.4 64bit
RAM 3GB
CPU 2.5GHz
Free Space 18GB
Ports Opened:
80, 443: HTTP, HTTPS
8352-8999: Communication between a service node and PPA panels
22: Communication through SSH
20, 21: FTP connections

But when I tried adding it as a service node, PPA says The Linux platform installed on the remote host 'xx.xx.xx.xx' is not supported. Please, check the list of supported platforms.

View 1 Replies View Related

Plesk 12.x / Linux :: CentOS 7 - Hard Disk Quota Is Not Supported Due To Configuration Of Server File System

Feb 25, 2015

I have a new CentOS 7, with Plesk 12, CentOS 7 by default has XFS filesystem.

I try migrate sites from another Plesk Server but Plesk agent say: "hard disk quota is not supported due to configuration of server file system" (my CentOS 7)

My CentOS7:

CentOS Linux 7.0.1406 64 bits
Plesk 12.0.36

My fstab

[root@ns ~]$ cat /etc/fstab
/dev/mapper/centos-root / xfs defaults,usrquota,grpquota 1 1
UUID=ba391bd5-786c-4ae7-8bbd-f36f831ae6eb /boot xfs defaults 1 2
/dev/mapper/centos-swap swap swap defaults 0 0

I added "usrquota,grpquota", then mount -o remount / ; but when I try quotacheck -fmv / I gest this:

[root@ns ~]$ quotacheck -fmv /
quotacheck: Skipping /dev/mapper/centos-root [/]
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.

but quotaon command works:

[root@ns ~]$ quotaon /
quotaon: Enforcing group quota already on /dev/mapper/centos-root
quotaon: Enforcing user quota already on /dev/mapper/centos-root

The problem here is why Plesk does not recognize quotas as enabled on CentOS 7??

If I try this command it seems good:

[root@ns ~]$ /usr/local/psa/admin/sbin/usermng --isquotable
0

Also I do this:

- Disabled Selinux
- Check all packages as quota, etc.

I have been using some reference: [URL] ....

View 11 Replies View Related

Plesk 11.x / Linux :: Email Forwarding Is Not Working

May 13, 2014

OS: CentOS 6.5 (Final)
Panel version: 11.0.9

I can receive email and check them via Horde but i'm unable to get them forwarded to my gmail account.Is there anything i can check/do ?I'm an ex-cpanel user.

View 4 Replies View Related

Plesk 11.x / Linux :: Domain Forwarding With HTAccess

Jun 14, 2014

I have re-built a website on a new domain. Now I want to redirect http://www.olddomain.com/anything or http://olddomain.anything to www.newdomain. Because the file structure is totally different, I want all redirections to go to the Home Page of newdomain.

Initially, I used Standard forwarding in the Plesk CP but that attempts to keep the filename the same. So www.olddomain.com/wibble tries to go to www.newdomain.com/wibble. But wibble dies not exist on the new domain.

Should I use htaccess with physical hosting instead on olddomain.com? Is the following correct?:

Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^olddomain.com [NC]
RewriteRule ^(.*)$ http://www.newdomain.com [R=301,L]

Will that basically cover any request? Anything that people have saved or which appears in Google searches, no matter whether http:// or http://www.

And for neatness on the new domain, I would like to add www to any request like http://newdomain.com/whatever to go to http://www.newdomain.com/whatever which I think means that Google analytics will report more accurately.

So would my htaccess file on newdomain.com be like this?:

Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^newdomain.com [NC]
RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L]

View 3 Replies View Related

Linux Advanced Networking: Forwarding / Cloning UDP Traffic

May 8, 2009

I am trying to find an application that can listen on a given UDP port, say "6271" and forward all traffic (UDP) sent to that port to another IP (not on the same subnet).

I should not call this forwarding, but instead, cloning (because forwarding usually is only on the same subnet or vlan). The packets should not be modified, (thus IP information in packet ect.)

Is this possible? I have tried some applications such as,

samplicator

View 4 Replies View Related

Plesk 12.x / Linux :: Forwarding Emails Causes Softfail On Gmail

Feb 21, 2015

I setup an email account into my Plesk 12 to automatic forwarding all emails to an gmail address. But Gmail put all mails received into the Spam folder.

I revised the mail Header and its a SPF softfail causes because my server is not rewritting the sender envelope.

How can I activate SRS on my Plesk

View 5 Replies View Related

Plesk 12.x / Linux :: Mail Forwarding Failed After Update

Sep 16, 2014

I update my plesk 11,5 to 12.And I activate (limit control for smtp)After this action the email forwarding fails in all domains of plesk.This is the mail system at host fsyc.org. You can delete your own text from the attached returned message.

Reporting-MTA: dns; fsyc.org
X-Postfix-Queue-ID: 5B51E2E800BC
X-Postfix-Sender: rfc822; rbuila@robertobuil.com
Arrival-Date: Tue, 16 Sep 2014 14:21:10 +0200 (CEST)

[code].....

View 4 Replies View Related

Plesk 12.x / Linux :: Adding Subdomain To Forwarding Root Domain

Apr 23, 2015

I want to add a subdomain foo.bar.com to a master domain bar.com in the subscription bar.com. Normally this works but if I set the hosting type of the master domain to forward, I cannot add subdomains anymore. If I have already added a subdomain, I cannot change the hosting type of the master domain. Also it is not possible to add a second domain to the subscription anymore.

View 6 Replies View Related

Plesk 11.x / Linux :: Disabling Email Forwarding Configured In Accounts

Aug 23, 2014

Many of our clients create e-mail accounts that forward incoming e-mail to mailboxes hosted on other e-mail services. e.g., Gmail.

Lately, though, a handful of these accounts have been receiving a lot of spam (i.e., UCE) and that's been causing a lot of damage to our reputation with these other e-mail services because the message that's being forwarded appears to have originated from our servers.

Code:
<someuser@gmail.com>: host gmail-smtp-in.l.google.com[64.233.183.27]
said: 552-5.7.0 This message was blocked because its content presents a
potential 552-5.7.0 security issue. Please visit 552-5.7.0
http://support.google.com/mail/bin/answer.py?answer=6590 to review our 552
5.7.0 message content and attachment content guidelines.
g20si28780491ici.46 - gsmtp (in reply to end of DATA command)

Is there some way to...

Find accounts that are configured to forward to gmail?

Disable forwarding in accounts that are configured to forward to gmail? 

View 4 Replies View Related

Plesk 12.x / Linux :: SMTP Traffic - Forwarding Email Addresses

Nov 11, 2014

I have two sites that register a high amount to SMTP traffic. Both sited have only forwarding email addresses.

Do forwarding addresses accumulate SMTP traffic on the log?

Also, if a forwarding email is created without a mailbox is it necessary to add a password so that "others" cannot use the blank SMTP server to send email out?

View 2 Replies View Related

Plesk 12.x / Linux :: Error Changing Type From Forwarding To Web Hosting

Dec 6, 2014

I have installed Plesk 12.0.18 on my server and want to change the hosting-type from "Forwarding" to "Web hosting". I change the type via "Websites & Domains" view (see attachments).

After I insert username and password, I get following error message:

Some fields are empty or contain an improper value. ('home' = '')

Deleting the domain and creating it from scratch is a bad option. I would have to create all e-mail accounts and migrate the data.

View 7 Replies View Related

DirectAdmin Email Forwarding Not Forwarding

Jun 30, 2008

I had email forwarding from a site that I am running on a DirectAdmin host and its not working now.

View 1 Replies View Related

Plesk 12.x / Linux :: Standard Domain Forwarding Does Not Forward Https Connections

Apr 29, 2015

URL....We are running Plesk 12 on a Linux VPS where we have multiple domains running.Multiple of these domains should redirect from www. domain name. ext to https://ext.domainname.com.This is configured with the Domain forwarding in Plesk, with hosting type Forwarding.But as described in the 2 links provided above, whenever you go to https://www.domain.ext, it does not redirect, and actually shows a Security error, since the domain doesn't have the SSL-certificate installed (because it should redirect to the https://ext.domainname.com).

Clearly we don't want visitors on the website to receive the (incorrect) Security error, and we want all traffic to http(s)://www.domain.ext to be redirected to the appropriate subdomains. allows us to redirect both the https/http connections to the domains, without forcing us to have the domains have a Website hosting add redirect them manually with (for example) .htaccess.

View 1 Replies View Related

Plesk 11.x / Linux :: Cannot Authenticate Via SMTP For Mail-users With Mailbox Off And Forwarding On

Apr 9, 2013

I have mail-addresses with mailbox turned OFF and Forwarding switched ON.

The user can receive emails but can't use SMTP to send email. I expect that users without mailboxes can send messages, like in Plesk 9.5.

Error: No such user 'info@example.com' in mail authorization database

CentOS 6.4 + Plesk 11.0.9 Update #45

View 9 Replies View Related

Strange Browser Agent

May 10, 2009

i recently got multiple logs regarding this weird browser user agent,

Browser Agent:
XXX<? echo "w0000t"; ?>XXX

anyone have information regarding this?

View 3 Replies View Related

How To Block User-agent / Bot

Aug 7, 2008

There's a bot that's taken to trolling my site. I'd like to block it.

1) Is there a relatively straightforward way through cPanel that I can do this?

2) Failing that, via adding some code to a page on my site (I've seen some code when googling on the 'net, but I'm new to this, and don't even know where such code belongs. As far as I can tell, depending on the bot, sometimes severe measures may need to be taken. However, from my limited reading, it seems that appropriate editing of .htaccess might do it.)

View 6 Replies View Related

Should You Give Your Password To The Support Agent

Apr 6, 2009

My dedi host, was having all sorts of problems with simply just setting up a box, taking them roughly a week, and I'm still waiting for a resolution.

Anyhow,

Windows validation failed, I contacted them to open up a ticket, They wanted the password to root because I've changed the default password they gave me, so I gave them the password

(1)Should I not be doing this, or do you have to give them the password when they ask.
(2)Can this have been resolved without giving them password to root.

They said it'd be resolved in an hour, I emailed them back and they said they'll email me when it's done. But they've closed off the ticket.

(3)Issue hasn't been resolved, how's anyone going to be working on it if the ticket is closed? Shouldn't that ticket be left open till the issue is resolved?

Wow I'm so green behind the ears with all this stuff.

View 4 Replies View Related

.htaccess And Blocking By IP As Well As User Agent

Jan 13, 2007

I'm trying to deny from the block of "192.168.1" without much success. Could someone around here divulge the error of my ways?

Here is the exact code I have in my .htaccess file:

Code:
AuthName "Test"
AuthType Basic
<Limit GET POST>
order deny,allow
deny from all
allow from 192.168.1.
</Limit>

View 13 Replies View Related

Well Supported VPS Required

Nov 3, 2007

I moved a web site i developed from shared hosting at fasthosts due to performance issues and beacause I needed a more flexible platform.

I decided to go with webfusion as i'd seen them in the press everywhere.

Everything was working fine and performance was good - however the emails sent from the site (worked fine on shared hosting)- using php mail bounced. was getting ...

<sal@goldplateuk.com>:
213.171.216.118 does not like recipient.
Remote host said: 550 <anonymous@lvps212-241-216-214.vps.webfusion.co.uk>:
Sender address rejected: Domain not found
Giving up on 213.171.216.118.

However - sending to a hotmail address would work.

I referred to support - first line said they'd have to talk to second line support and get back to me.

Eventually - they called back and basically said everything looks ok on the server - they don't know why it's happening - do some analysis of your own - go on google.

Generally support isn't too hot - 2 days for a reply on a ticket. To cut a long story short -

does anyone know of a VPS host who would know what was wrong and would be able to help someone who is new to the VPS scene as i need to move host fast as the customer wants this resolved asap.
£25/month top budget.

View 3 Replies View Related

Juniper ScreenOS / SSG Block A User Agent

Nov 25, 2008

I have a SSG-320M I manage, and would like to know if I can block traffic to our web servers based on the user agent hitting us? I know user agents that keep using more and more IP addresses to crawl us, one already taking up some 30 or 40 addresses under my policies and its a pain to identify these by hand and keep updating the firewall every few days to add new IP addresses for them. Is there somewhere I can add part of the user agent I do not want to ever see again? Right now I do this by having a policy at the top saying "BadBotsGroup" is denied. But I want to deny anyone with a user agent "OneUserAgent" or "SecondUserAgent"

It seems so important and simple, but I do not see anything about being able to do this. Thanks for help and pointers. Right now we have special code at the top of our sites that blocks these bots, but I would much rather do it in one location at the firewall.

View 3 Replies View Related

Mod_rewrite Rule To Block User Agent

Dec 17, 2008

how can i block this user agent through mod_rewrite
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
and is this agent will affect all the IE 6 users ?
and whats is the difference between the one above and this one :
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)?

View 7 Replies View Related

Apache :: Exclude User Agent From Rewrite

Jan 27, 2014

I have a rewrite for mobile clients :

RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|iphone|ipad|nokia" [NC]
RewriteRule ^$ https://www.myudomain.com/Mobile [L,R=302]

My mobile site is HTML5 written and old phones doesn't support it. How to exclude f.x. old nokias - like 6220 and rewrite old phones to /Mobile_old?

View 1 Replies View Related

Best Supported Windows Host

Mar 15, 2008

Why don't they put their contact address, phone numbers etc. in their website.

I was almost like email/msn contact the reliablesite guys. but then hold it back. It's like you know less about them.

Why the softsyshosting hostings are *** cheap. they must be loaded.

What do you people think about these hosts and also
************
crystaltech

Anyone hosting with above 4 hosts, or any other suggestions..

I need .NET 3.5 to 2.0, SQL 2005, PHP/MYSQL.
do not limit number of databases or database space, I can keep both web+database space within the hosting space.
about 1GB space and some generous bandwidth.
do not need email as I took it from Google.
Unlimited domain or atleast 4-5 domain hosting
Unlimited subdomain.
Could pay around $5-7/mo
Tho I never sold a hosting but would be nice if the reselling option just on the list..

I really didn't wanted to change the current host, been with them for 4 years!!! but they are oldies, and paying about $75 a year for a mere 200 MB space.. its a win 2000 server; and separate cost for sql 2000.

Guess what, I need reliable peoples, and a Great customer service.

talked to IXwebhosting. boooo. Even it was a sales chat. you got to wait a long time to see what's the next text could ever pop up. I didn't like that.

View 14 Replies View Related

FFMPEG Supported Shared Hosting

Sep 6, 2008

Did you know any shared hosting that supports FFMPEG?

If they are not supported can I install it manually in shared hosting?

View 6 Replies View Related

File Systems Supported On CentOS?

Oct 31, 2008

Does CentOS support following File Systems?XFS, IBM JFS, NTFS

View 2 Replies View Related

Configure Ad Supported Hosting With Cpanel-whm

May 20, 2008

I want to configure ad-supported web hosting same as Godaddy is giving free web hosting with every domain.I want to automatically set a permanent banner ad on customers every web page when a new account is created.

Platform Linux Cpanel whm

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved