General :: Setting Up Flux Keys?

Jan 15, 2010

finishing ultimate debian fluxbox chromium mini distroand need to configure fluxbox keys like Crunchbang's conkyrc belowHow exactly do i do it without messing something up?

Code:
##############################################
# Output
##############################################

[code]....

View 1 Replies


ADVERTISEMENT

General :: Ssh Without A Password (setting Up Ssh Keys Doesn't Work)?

Mar 9, 2011

I want to ssh, scp, git fetch, etc. without a password. I saw the previous questions, and closed ones regarding this issue, but the suggestion seems to be to use ssh keys. However, after setting up ssh keys, I am still asked for my password (it's not asking for my private key password; it's asking for my login password). How am I supposed to set this up so that it only uses my private key for authentication?

View 2 Replies View Related

Software :: General X Setting (NOT WM-specific) To Map Keys / Mouse Buttons?

Apr 24, 2010

I'm trying out various windows mgrs and I'd love to be able to preserve certain key mappings...
...but what's REALLY important are the MOUSE KEYS!!!!!!!
I use the mouse left-handed. I can set that in Gnome or KDE easily, but if I go into, say Ratpoison, it's un-set again.
Is there a system-wide (or as close to it as possible) mouse setting?

View 1 Replies View Related

General :: F3 - F5 Keys Incorrectly Behaving As Audio Keys / Remap Them To Original Meaning?

Apr 17, 2010

I don't know if this is a configuration issue or a hardware issue, but I have a Kinesis Advantage USB keyboard and for some reason the F3-F5 keys aren't responding as they used to. They don't respond to anything and, when I tried using F5 on Emacs, it said <XF86AudioNext> is undefined, so I guess it's a weird mapping problem.

Any idea how I could remap them to the original meaning?

View 2 Replies View Related

Fedora :: RSS Flux Of A Personal Repo?

Apr 21, 2011

I've got a personal repoI'd like to made a RSS flux of itI tried :

Code:
repo-rss -f `wget ` cyrilleBlag140.xml
And I parse the file ( example here

[code]....

View 1 Replies View Related

Fedora :: Ssh - Setting Up User And Host Keys - Change From F9 To F13?

Jun 28, 2010

I had my procedure down for setting up the keys on my various machines on my LAN when I was running Fedora9 - I just followed my own notes to set up 'ssh' on one of my machines that I am upgrading to Fedora13 and am finding discrepancies. I used to be able to set files up such that if I am on one machine, I could just ssh to another and I wouldn't be prompted for passwords or passphrases etc. Whatever I did before doesn't work any more (I keep being prompted for passwords/passphrases) - does anyone have a hint to point me in the right direction on how to set up the keys etc. - or what changed from F9 to F13? Also is the handling of ssh keys the same from F9 to F13? Reading the documentation it seems that on my old machines the man page says this:

Code:

<snip> that passphrase will be used to encrypt the private part of this file using 3DES.

Code:

<snip> that passphrase will be used to encrypt the

private part of this file using 128-bit AES...

View 3 Replies View Related

Ubuntu Security :: Setting Up Keys For Ssh For Multiple Users?

Jan 30, 2011

Ubuntu 10.10 Server is loaded. Openssh has been loaded.

I have multiple users which need access to server via ssh.

My impression from reading about ssh is that a key needs generated for each person. Thus, each key will have a passphrase that is unique to them.

In /etc/ssh/sshd_config, the default sshd_config suggest using:

%h/.ssh/authorized_keys

My assumption is %h is a variable that will allow the current user to use the public key stored in his home directory under the .ssh folder in a file called authorized_keys. Is their a command string that automatically populates the authorized_keys file?

I am surprised that even though there are a number of hidden (e.g. .****) files located in the home folder, there is not one automatically generated as .ssh. It appears I have to create that directory myself. I am especially surprised by this since it appears the instructions for generating a key seems to load the key in the home directory instead of proceeding to create a .ssh folder to store the keys in.

It is not clear, but it appears that the public key needs to be copied or appended to the authorized_keys file, but, using the scheme above, the public key needs to be copied or appended to each users authorized_keys file instead of appending all public keys to a single authorized_keys location.

It then appears that each persons authorized_keys file needs permissions set to 600.

It also appears that if I decide to use RSA instead of DSA, I would do the same thing above but would use authorized_keys2 file instead.

Why doesn't the home folder which gets automatically set up for each user automatically get a .ssh folder generated? i.e Why does it have to be created by hand? Does it need the same permission on the .ssh folder? ie 600?

My aim is to allow many to log on via ssh simultaneously and then allow many to simultaneously vnc into their respective gnome desktops.

View 6 Replies View Related

Security :: Setting Up Several Keys In Audit.rules File?

Mar 16, 2011

I am trying to lock down a server using audit.rules. I intend to use ausearch to review certain entries from time to time. I noticed that it's possible to assign a "key" to each rule and then use `ausearch -k` to show only the records that have that key.Unfortunately, the key feature seems broken. I started with the following rule in audit.rules:

Code:
-a always,exit -F arch=b64 -S open -S openat -F exit=-EACCES -k deny
I do a `cat /etc/shadow` and a `ausearch -ts today -k deny` and it seems all went well.

[code]....

View 8 Replies View Related

Ubuntu :: Torrent Flux Doesn't Seed

Apr 8, 2011

I have torrentflux set up on my server running ubuntu 10.10 server edition. It seems to worked perfectly when downloading, but it never makes any connections when seeding. I've done some searching but haven't found any clues as to what could be the problem.

View 3 Replies View Related

General :: Re-mapping Non-standard Keys To Modifier Keys?

Apr 7, 2011

I'm running Debian (Squeeze) and I have a toshiba portege m700. It has five buttons on the front just under the screen, which are the only ones accessible when you flip the screen over into tablet mode. One of them is for rotating the screen, and another is for switching to external display. I want to remap the remaining three to control, alt and super so that I can use shortcuts with the stylusThe problem is, when I used showkey to find out the key codes, I found out that each button generates more than one key code:Button 1:

key 126 press >> super_r, although this is distinct from the actual super key (125)
key 7 press >> 6
key 7 release
key 126 release

View 4 Replies View Related

Ubuntu :: Accessibility Equivalent For Sticky Keys And Mouse Keys?

Jun 27, 2011

Just wondering if Ubuntu has an Accessibility equivalent for sticky keys and mouse keys.

View 1 Replies View Related

General :: Setting Time And Date / Setting Calendar Format?

May 14, 2010

Have installed Suse 11.2. how can I change the calendar format dd/mm/yyyy and how to configure the system to sync.from an ntp?

View 1 Replies View Related

General :: Network Setting / Change Eth0 Setting?

May 4, 2010

I have a ubuntu server , can advise if I want to change the network setting ( eg. IP address , gateway address etc ) , which one is the configuration file ? for example , if I want to change eth0 setting , what file I should update ?

View 10 Replies View Related

General :: Passwordless Ssh Without Ssh Keys?

Apr 27, 2011

I'm in my terminal and do git pull, git push alot in a work day. On the server I'm pulling and pushing I can't do password less ssh the usual way by generating rsa keys.Is it still possible perhaps for me to enter my password once for a session and do all the git pulls/pushes I want?

View 1 Replies View Related

General :: Add User Keys To Allow Ssh?

Jun 10, 2011

here I need to add user keys to ssh to allow logins remotely. I am using RHEL 6. How do I do this? I am vaguely aware I need to edit a file but not sure which.

View 2 Replies View Related

General :: Set SSH Keys On SSH Server?

Jan 5, 2011

I installed SSH server on my ubuntu-server last night, following this online Guide: https://help.ubuntu.com/10.04/server...sh-server.htmlThen I tried to generate the public and private keys.root@ubuntu-server:~# ssh-keygen t dsaGenerating public/private dsa key pair.Enter file in which to save the key (/root/.ssh/id_dsa):

View 14 Replies View Related

General :: Ssh Keys After The IP Change?

Apr 8, 2010

I needed to change the openSUSE's 11.2 static IP and now I am having trouble ssh'ing to it. Is there something I have to do to regenerate or update the ssh keys?

View 2 Replies View Related

General :: Smartcards For Storing Gpg/ssh Keys?

Apr 14, 2010

I'm interested in storing my SSH keys and gpg keys on a smartcard for added security. However, I'm a bit uncertain on a few points, which are as follows:

How many keys can I get on a card? I assume both SSH and GPG can store keys on the card. Is there a limit to key size? I see a lot of cards saying they support 2048-bit keys, what about larger sizes? Hardware: can anyone recommend a card/reader combination that works well? I've done a fair amount of research and it seems PC/SC readers can be a bit iffy - is this your experience? Have I missed anything I should be asking? Are there any other hurdles?

I'm aware fsf europe give away cards with membership - I'm not sure I want to join, but... are these cards any good?

View 3 Replies View Related

General :: Transfer SSH Keys To Another Machine?

Sep 6, 2011

I have accounts on two machine: H1 and H2. I created ssh keys on H1 and installed it on S1. I can now ssh to S1 from H1. I want to do the same from H2. How do I install the ssh keys generated on H1 on H2?

View 3 Replies View Related

General :: Add Keys To The Sensor Nodes?

Feb 5, 2010

i want to add keys to the sensor nodes. Hence i want to know whether there is any parameter for key storage in senor nodes

View 1 Replies View Related

General :: Gpg Request For Keys Always Times Out?

Feb 17, 2011

Just trying to get some packages upgraded on Debian/Lenny, esp. PHP5, but I always get the NO_PUBKEY error from php53.dotdeb.org.

I resolved the same problem with security.debian.org by doing:

apt-get install debian-keyring debian-archive-keyring
apt-key update
but no luck on dotdeb. trying:
gpg --keyserver keys.gnupg.net --recv-key A2098A6E

View 3 Replies View Related

General :: Gpg - Send-keys FAIL

Mar 19, 2010

I have gpg (not sure how to check the version) installed and running nicely. I am attempting to publicize my public RSA key to various key servers, but even tho everything seems to work nicely in actuality it does not.

Code:

When I check that particular (and others after similar attempts) keyserver for my e-mail address it only finds my old, revoked key. How can I get publishing my RSA key from the command line to work in actuality?

View 1 Replies View Related

General :: Change Keys On The Keyboard?

Jul 29, 2010

For example I want * key to print #. I searched some Web pages about it but information was too complicated and I should learn about it. Do I have to if I just wanna change some keys?

View 4 Replies View Related

General :: Reasign Keyboard Keys ?

Jul 23, 2010

Is it possible within Linux to program Ctrl + 1 to type my name and address? If so, how?

View 3 Replies View Related

General :: Debug Ssh Permissions And Keys?

Nov 15, 2010

I am trying to debug ssh permissions and keys. I am able to connect as root. However, I am unable to login as a new user (e.g., newuser). I have been trying to ssh as localhost to debug the issue. For example:

>ssh -vvvv newuser@localhost

will yield a lot of information. I think this is the relevant section, however, I am unable to resolve:

debug1: Host 'localhost' is known and matches the RSA host key.
debug1: Found key in /root/.ssh/known_hosts:2
debug2: bits set: 533/1024

[Code].....

View 1 Replies View Related

General :: Control-Up,Down,Left,Right As Extra Keys?

Feb 18, 2010

Is there any way of getting the arrow keys to act differently while the control key is pressed. On my system ^-Up and Up generate the same code...

View 3 Replies View Related

General :: Change Shortcut Keys In Thunderbird 3?

Apr 20, 2010

I use Thunderbird on Ubuntu Linux and have just upgraded to Ubuntu 10 / Thunderbird 3. One of my gripes however is that Thunderbird uses a number of shortcut keys that have no secondary key requirements, for example, "Mark as Read" is M. Not ControlM. Just M. Worse, "Mark as Junk" is J. Which means I sometimes inadvertently mark messages as Junk.

How can I customize Thunderbird's shortcuts so, for example, "Mark as Junk" is ControlJ?

View 1 Replies View Related

General :: How To Swap Alt And Windows Keys With Xmodmap

May 2, 2011

I have a Mac keyboard where the Alt/Win (i.e. Option/Command) keys are inverted compared to a regular PC keyboard, and I'd like to swap them. I haven't had any luck with xmodmap so far. The standard configuration is as follows:

shift Shift_L (0x32), Shift_R (0x3e)
lock Caps_Lock (0x42)
control Control_L (0x25), Control_R (0x69)

[code]....

View 1 Replies View Related

General :: Use Keys For Mouse Buttons / Alternative To AHK?

Jul 22, 2011

On windows I have an autohotkey script which:
- Only works when caps lock is on
- Generates left, middle and right mouse button events when left control, menu and alt keys are pressed
- Allows holding the keys down (for dragging objects)
Is there an easy way of duplicating this functionality in linux?

View 2 Replies View Related

General :: Changing The Keyboard Keys - That Is Remapping Them ?

Jun 9, 2010

I want the system to see a certain keyboard key as if it were another key. To put an example, suppose I want each time I type 'e' the system sees 't'. Can this be done?

View 7 Replies View Related







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