Slackware :: Short Cut On Ssh Keys And Sshd Config - Checks For Accuracy?

Jun 7, 2011

I just finished my third edit of an article/tutorial I wrote on setting up RSA keys in OpenSSH and configuring SSHD to be a bit more secure than a fresh out of the box install. I also removed any derogatories about sudu Linux that might have been there Anyway, since it's kind of a big deal for anyone who uses it, and could potentially lock them out of their boxes I'd appreciate any comments related to the accuracy of the instructions, if you don't mind [URL]

View 10 Replies


ADVERTISEMENT

Ubuntu :: How To Restart SSHD Server - Where To Put Keys

Aug 25, 2010

At first I thought that the following command will restart my sshd server:
/etc/init.d/sshd restart
but there is no "sshd" server in this directory.

How else do I (re)start the ssh server? How can I get the version/release number of the sshd server? Where (in which directory) should I put SSH keys?

View 1 Replies View Related

Ubuntu :: Short Cut Keys To Switch Workspaces

May 25, 2011

I've tried setting short cut keys to switch workspaces with no luck. I've tried a couple of different combination of keys and none have worked. The workspace switcher works but it's sometimes a bit anoying to reach for the mouse and a lot easier to just kit a couple of keys.

View 4 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

Security :: Mapping Authorized Keys Enrty To Sshd Process?

Dec 19, 2010

When a user that has rsa public key set in ~/.ssh/authorized_keys file logs in via ssh an sshd process is started to handle the ssh session.Periodically we audit the authorized keys and remove them from the system and authorized_keys file. This means the next log in attempt will fail, which is fine.However we need to terminate current ssh sessions in progress that use the rsa key.I have not been able to determine a way to map sshd processes with authorized_keys entries.

View 11 Replies View Related

Ubuntu :: Short Cut Keys Seem Not Ot Be Working - Ex Alt +F2 Dose Not Open A Pop Up Command Line

Apr 29, 2011

Some of my short cut keys seem not ot be working. Ex Alt +F2 dose not open a pop up command line. Also would like to add some short cuts. Like Ctrl + Alt+ Backspace for reboot. I went to the short cut app and I can add a short cut key, name it, but can't seem to figure out how to assign it a function. Didn't seem intuitive to me. I'm using the UNE version on a asus eel 1000.

View 1 Replies View Related

Slackware :: Password Checks - Does Not Use PAM ?

Jul 20, 2010

Since Slackware does not use PAM where do I go to set password requirements. For instance, in CentOS there is the /etc/pam.d/system-auth-ac file where I can edit the cracklib and pam_unix modules to allow/disallow dictionary checks and min/max password lengths. Where do I go to edit that in Slackware?

View 1 Replies View Related

Slackware :: How To Save Needed Modules Config To Create .config?

Apr 9, 2011

I am running a server with a GRSecurity patched Kernel 2.6.32.36. I've tried to optimize the kernel as much as I can and know it (removing options, not needed drivers and so on) and compiled the modules into the kernel (no loadable modules anymore). I've started with Slackware 13.0 and the default config for 2.6.29.6-huge. Still I am not sure what to remove/optimize further now.

My question: Is there a way to boot with a kernel with loadable modules, check which modules are really needed for this hardware, (do something like lsmod) and save the running configuration modules for a next kernel compile to be the default .config instead of writing them down by hand and search for the appropriate names in .config or during menuconfig? (Note: zcat /proc/config.gz > .config is NOT the way I want, as it gives me just the current kernel config)

View 5 Replies View Related

Slackware :: Short Downloadscript For Packages

Apr 28, 2011

I'm using a short script when I download the Slackware-(current) packages.

Since it works for me I want to share it. I've added a configurationfile, so anyone can adapt it to his/her requirements.

Note: I don't want to prevent anyone from buying the official DVD, but maybe you'll find it usefull to download the packages when performing a fresh install of current.

Advantage of the script is that one has less downloadsize and one can exclude package-series from downloading (in the conf-file).

Here is the configfile, it has to be saved as "getslack.conf" in the same directory as the script.

Code:

For the installation I use the bootable usb-image or create a minimal install-CD (CD1 without any packages) like here ftp://ftp.gwdg.de/pub/linux/slackwar...nux/README.TXT explained.

View 1 Replies View Related

Slackware :: Audio Signals Too Short In K3B?

May 2, 2010

I just noticed, that the fanfare that signals a successfully finished burn process in K3B is interrupted after the first three tones. How can I get back the fanfare in full length?

I am on Slackware64-current with all updates up to 2nd May, 2010.

View 2 Replies View Related

Slackware :: Internet Dropping For Short Burst

Jan 1, 2010

I'm running Slackware 64 on an HP AMD Turion X2 Dual Boot with Vista. I'm using WICD from KDE 4.?. I am having trouble with my internet connection dropping. Any software that it internet based seems to hang. After 45 to 90 sec the net seems to come back up. If the software doesn't hang I've been able to check WICD and the connection appears to be fine, but it isn't very descriptive, just that I am still connected. It can be an inconvenience for Firefox but is horrible for any online game.

The game drops you in the middle of a fight or lock the game up. I don't know that I've always had this issue but I can't recall these inconveniences at the beginning of my Slack install. I also can't make a connection to a given install or system tweak. Lastly I haven't seen anything in my searches on the net. But hopefully this isn't the only incidence. AND much as I hate to say this, I am not seeing this from Vista and my family has been on line all week from Windows and aren't having the issue.

View 5 Replies View Related

Security :: SSH Config - What's To Stop The MIM From Making A Substitution Of Keys During The Initial Exchange

Oct 20, 2010

Ive been running ssh to log into server for long time. Recently a x-win app reported that it suspects a man in the middle attack (MiMA), so I want to tighten this up, but it seems to me if there is a MiM, then the initial key exchange is vulnerable to a substitution. This is on solaris, but since its a basic concept I'm ot getting, it shouldnt matter,

Here's the gist of what I read:

- create users key pair,
- enable host authentication (ssh_config file on client and sshd_config file on remote host)
- start an ssh session and accept the remote hosts key (and I assume the remote host will take client users key and store some where)

Questions:

1. What's to stop the MIM from making a substitution of keys during the initial exchange?? Shouldn't the keys be initially transfered in a more secure fashion??

2. Does the server just accept new keys from any existing user who want to create an ssh session? So if some one knows a username and password (such as the owner of an application they know is running) couldn't they just create their own keypair and have the server accept them?

View 5 Replies View Related

Slackware :: Konsole Does Not Recognize Keypad Arrow Keys On Slackware 13.0 / Fix It?

Jan 18, 2010

Konsole does not respond to the following keys on my stand-along usb
keypad:
rightarrow,leftarrow,uparrow,downarrow,home,end,pageup,pagedown

Both of the other terminal emulators on slack do recognize
these keys (xterm and xfce terminal emulator).

I can also confirm that xev, if launched from konsole will recognize
these keys.

Konsole is my terminal emulator of choice and it is really nice to
be able to use my left hand for navigation and command retrieval.

Also, keypad arrows work in X apps.

View 1 Replies View Related

Networking :: Ifconfig RX TX Accuracy ?

Oct 3, 2010

I'm using ifconfig to monitor the bandwidth usage of one of my VMs, but lately I've notified that while the VM has absolutely no traffic the TX number in ifconfig is counting up.

Here it's the output of ifconfig on VM's interface in just 10 seconds interval:

After 10 seconds:

View 4 Replies View Related

Fedora :: 11 - Backup And Restore To Full Accuracy All Previous Kernels?

Oct 11, 2009

I would like to try the rawhide updates. If messed up my PC's couple of times so now before I do anything I would like to roll back changes and resort to last working kernel ( and related s/w) in case that fails . HOW do I do it? ( c.f Windows Last good session ) ALTERNATIVELY folks - is there a way you can backup and restore to full accuracy all your previous kernels .- I mean just inset the CD .It will identify the partitions , then it will ask you "where you want to restore them" and then it just restores the prev. image.

View 3 Replies View Related

Slackware :: Home And End Keys In A Terminal

Apr 22, 2010

I am having trouble using home and end keys in a terminal, to go to the end or beginning of a line. With xterm it will only work with the bash shell, while under zsh nothing is output. With urxvt, mrxvt and aterm pressing the keys in either bash or zsh always just results in a tilde being printed. Is this perhaps because urxvt, aterm and mrxvt are emulating a different terminal type to xterm by default?

Why does xterm work for bash but not for zsh? I don't just want a solution, I want to understand why it doesn't work by default. As a side question, is there any way to press alt+enter within a terminal? I tried to use wicd-curses where you have to use alt+enter to save settings, and it didnt register in any of the terminals, even xterm.

View 11 Replies View Related

Slackware :: "Libevent-1.4.so.2: File Too Short" When Trying To Run Tor

May 26, 2011

Trying to run Tor and it keeps coming back with the error,

Quote:

I've tried two different libevent packages, one I build myself from SlackBuilds.org, and both return the same error.

View 6 Replies View Related

Software :: Increase The Accuracy Of Function Get_rtc_time() - Get Time Of Wall Clock From Wireless Driver

Oct 24, 2010

I am trying to get the time of my wall clock from my wireless driver in form of "hh:mm:ss", so I used the function get_rtc_time() inside my driver to get that and it was done. My question: Is it possible to increase the accuracy of this function, for example if I want to get the milliseconds and the Microseconds in additional to the first output? If not, Is there any other function can do that?

View 3 Replies View Related

Slackware :: Make Special Keys Run Commands Without X?

Jun 6, 2010

I'm installing Slackware 13.1 on a Samsung N150 netbook and am stuck trying to make the special keys do their normal functions when using a virtual terminal, that is not under X. Under X + Xfce it can be done via Menu->Settings->Keyboard->"Application Shortcuts".

In essence the question is how to make a special key (example Fn+Up to increase screen brightness) run a command in the background.

Changed title and text to make clear that the command should not run in a virtual terminal but while the display is being used for a virtual terminal, that is after Ctrl+Alt+F2 for example.

View 4 Replies View Related

Slackware :: Generate The Public / Private Keys?

Feb 27, 2011

I'm trying to set up my laptop to ssh into my home server, but I'm trying to find how to generate the public/private keys. I was able to do it in Slack 12.2 by just running ssh-keygen, but that command is not in 13.x.

View 2 Replies View Related

Slackware :: Define Keyboard Keys As Mouse Clicks?

Nov 10, 2010

For example I'm setting key F1 & F2 keys mouse 1 and mouse 2 click in keyboard..

View 4 Replies View Related

Slackware :: Where Is The Config File For Tty

Jan 1, 2011

i've been wondering what's up with the tty's in slack. [ctrl]-[alt]-[f1-f5] don't seem to work for CLI consoles, and [ctrl]-[alt]-[f8-f10] don't work for X. where's the config file to change this?

View 2 Replies View Related

Slackware :: Get A Copy Of The 2.6.33.4 Generic Config?

Sep 3, 2010

Where can I get a copy of the 2.6.33.4 config that comes with Slackware? Also, can I get a binary of the kernel, the one that comes with Slackware 13.1?

View 14 Replies View Related

Slackware :: What About Config Files During Upgrade

Nov 13, 2010

During upgrade the system ask me what to do about config files. K to keep old ones then other options to change config files to the new system and backup old one with *.old extension and 2 other options I don't remember. What do you think is the best choice if I have changed my xorg.conf, my layout and my fonts.

View 2 Replies View Related

Slackware :: [Bug] Qtconfig Does Not Load Config On Startup / What To Do?

Apr 17, 2011

The program "qtconfig" does not load saved config on startup.

I just installed slackware-current from today's update (mirrored from ftp.slackware.com). The program "qtconfig" seems to have saved my changes to "~/.config/Trolltech.conf". However, after restarting qtconfig all options become the defaults.

I verified this in both the C locale and a UTF-8 locale.

Another computer of mine has a -current system from a few months ago and doesn't have this problem.

View 2 Replies View Related

Slackware :: How To Customize Konqueror Browser For About:config

Apr 2, 2010

Typing about:config from konqueror,get nothing.How can i change general.useragent.extra like firefox?

View 4 Replies View Related

Slackware :: Iptraf-ng Cannot Create Config File

Mar 12, 2011

iptraf-ng is missing /var/lib/iptraf . Without this directory you cannot change the options.

View 1 Replies View Related

Slackware :: Slap DVD Laptop Kernel Config

Sep 8, 2009

This is my first effort in making something more appropriate for laptop users (exclusively). This is a kernel config for 2.6.30.5. I started with the Slackware Generic-SMP 32bit kernel config (this is a 32bit kernel config). All credit for (in my opinion) the best starting place for any kernel config goes to Patrick Vokerding. (Please tell me if I am or am not doing this properly in terms of respecting the work of others, GPL, GNU, etc.)

View 14 Replies View Related

Slackware :: Use Either Iwconfig Or Wpa_supplicant And Edit The Corresponding Config Files?

Jun 3, 2010

My brother is thinking of installing Slackware64 13.1 on his laptop. He was wondering though how to configure his wireless card. How would he do this? He is using an Intel wireless card, but I am unsure of the exact model. Another question is would Wicd do this automatically or do you still have to use either iwconfig or wpa_supplicant and edit the corresponding config files?

View 4 Replies View Related

Slackware :: Error: The Important Program Kde-config Was Not Found

Jan 2, 2010

I'm trying to install "ktranslator-0.4" on my slackware64-13.0. When I type in ./configure I get the following mesgs with error:

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu

[code]....

View 12 Replies View Related







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