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


ADVERTISEMENT

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

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

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 :: 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 :: 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 :: 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 :: 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 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

General :: Make Nm-applet Store Keys Under KDE?

Apr 13, 2010

I know it is possible to have the Gnome nm-applet store keys under KDE (Fedora's KDE flavor does it by default) however I am at a loss as to how to make it do this on Ubuntu. It is a pain having to look up my wifi key(s) every time I boot my system up. I have the gnome keyring installed but this did not resolve the issue.

View 1 Replies View Related

General :: Bash : Echo Arrow Keys?

Aug 12, 2010

Is it possible to echo the arrow keys (up, down, left, right) in bash?

View 4 Replies View Related

General :: Disable Control Keys In Fedora?

Jan 4, 2010

I have a testing application, under which I need to disable Ctrl-x and Few other keys...

My Problem is If i disable Ctrl Key using xmodmap command..All the other Ctrl combination are getting disabled...For ex: Ctrl-s, Ctrl-a etc..My goal is to enable some combination of Ctrl key and disabling some combination of Ctrl key..

View 1 Replies View Related

General :: Getting F Keys To Work In Terminal Emulation?

Jan 28, 2010

I'm running Debian (both Sarge and Lenny, on different systems) under Gnome and have a number of thin client workstations that connect to a software application on an AIX server. I'm using gnome-terminal to provide terminal emulation for this software. Unfortunately, the emulation leaves something to be desired, and doesn't catch all of the F keys properly. It seems F1-F4 act as some form of escape key, exiting out of the software back to the command line, when they should be performing different functions in the software. F5 and F6 work as they should in the emulation. Is there a setting I can apply to my gnome-terminal launcher that will make this behave like it I want? The terminal should ideally match the behavior of a Link MC5 terminal (we have some of these old beasts still around, still crunching away), but alas, I don't know how to implement this.

View 2 Replies View Related

General :: Creating Some New Short+keys For The Terminal?

Feb 1, 2010

I did something stupid; I think while creating some new short+keys for the terminal, I must have enabled an unknown feature to me. The keypad now acts like a mouse. For example; With NumLock on, I press 7 the mouse goes north+west. I press 6 the mouse pointer goes east.

View 2 Replies View Related

General :: Locking Keys Not Screen Or Mouse?

Sep 15, 2010

My wife just moved onto Ubuntu after dumping Vista and she loves it! Only thing is that our 10 month old son adores smashing his hands on the keyboard when attempting to talk to his grandparents over Skype. In Vista, we downloaded a small software that locked the keyboard but not the mouse or screen. This locking could be toggled via a system tray icon.

Is there something similar that is available for Linux, specifically Ubuntu 10.4? If anyone knows of a solution, do let me know.

View 1 Replies View Related

General :: Unable To Ssh To Server After Key Changes In Authorized Keys

Jan 17, 2011

Facing this issue where I need to ssh from a solaris server to Linux server.The flow is as below:
-Oracle Webserver on solaris server (oracle user) initiates a cgi script
-The CGI script then executes a shell on the solaris server that tries to ssh to linux server

Have already tried the below:
-Checked the permissions for the .ssh and related folder/files
-authorized keys updated correctly
-tried alternative ssh login from another user which works fine

Issue could be-
-I must try the first login manually, where I'll need to enter password and then the solaris server will get registered in the known_hosts of the linux server
-Cant do this because I donot have the oracle user access.

Please suggest a work-around to the issue that can be done from my end.
Or is it that I must simply ask the DBA to execute an ssh from their ends?

View 6 Replies View Related

General :: Keyboard - Remap Keys For One Specific Program?

Feb 5, 2010

How can I set keys to be remapped for one specific program in Linux? (More specifically Caps Lock -> Escape for gVim. I hit it accidentally too much to remap it in everything).

View 2 Replies View Related







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