glg wrote:
You assume that he's working on something for his work. I have the same issue, can only hit ajaxterm from work, but guess what? My linodes aren't for work. So they have no reason to give me access.
If ssh is blocked, and there's no business case to be made for allowing an exception, there's a decent chance you're violating some security policy. This can be a career-limiting move, or at least justification for career limitation for some otherwise-insufficient cause. (I've been down this road. It's an awkward road, but now I don't have to wear a tie, so it's all good.)
akerl wrote:
I made that assumption on purpose. If it's blocked at work, and it's not work related, I have no intention of helping him circumvent the security.
I dunno, I want to do it because I'm lazy. If I'm already logged into the Linode manager, it reduces the amount of password entry to accomplish quick tasks on newly-deployed systems. We can all aspire to laziness, no?
That said, I currently have:
Code:
rtucker@witte:~$ cat .mozilla/firefox/*.default/user.js
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "https://console-newark.linode.com");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");
and it is showing up in prefs.js after a restart:
Code:
rtucker@witte:~$ grep capability .mozilla/firefox/*.default/prefs.js
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");
user_pref("capability.policy.allowclipboard.sites", "https://console-newark.linode.com");
user_pref("capability.policy.policynames", "allowclipboard");
... but pasting does not yet work. (Firefox 3.6.23, Ubuntu 10.04 x86_64 package 3.6.23+build1+nobinonly-0ubuntu0.10.04.1)
_________________
Code:
/* TODO: need to add signature to posts */