Skip to main content

Home/ Linux/ Group items tagged ssh

Rss Feed Group items tagged

anonymous

Linux screen command tutorial | Linux Operating System - Debian, Ubuntu, Fedora, Gentoo... - 0 views

  •  
    Linux screen command tutorial ggarron | April 30, 2010 - 3 weeks 5 days  in Linux command line Linux tips I have face this lots of times, I am connected to my server using ssh, then I start a download, a log processing or a bittorrent download. I realize that task is going to take a lot of time. What to do?, well usually one have leave the ssh session open, and the home computer on. What if the ssh session just drops? all work is done, and there is the need to start all over again. I have used nohup command to execute commands after exit from the shell prompt. But there are other options, one of them is screen.
David Corking

Reconnecting your SSH agent to a detached GNU screen session | tolaris.com - 3 views

  •  
    This is almost perfect!  For me, on Debian 7.1, Remi's code needed a small tweak. I put backticks around `whoam`i It allows me to use git push/pull after I have disconnected and reconnected to a screen session. SSH_AUTH_SOCK=$(find /tmp/ssh-* -user `whoami` -name agent\* -printf '%T@ %p\n' 2>/dev/null | sort -k 1nr | sed 's/^[^ ]* //' | head -n 1)
Benno Hansen

WTF installing googleearth breaks ssh - openSUSE Forums - 0 views

  • The libcrypto.so that comes with googleearth is not compatible with libssl.so that is installed on OpenSUSE.
  • Just remove or rename libcrypto.so.0.9.8 in the ~/google-earth directory so that OpenSUSEs own libcrypto gets used instead.
Josef Jezek

How to synchronize with SSH | Chunhao's Blog - 4 views

  • #!/bin/sh sshfs -o workaround=rename username@sshserver:/path/html/wiki wiki-remote/ echo "Synchronising with sshserver" unison /var/www/dokuwiki/data ./wiki-remote/data \ -fastcheck yes \ -ignore 'Path cache' \ -ignore 'Path locks'
  • Modify it to fit your actual environment. Note that the argument of sshfs command “-o workaround=rename”, this prevents the “renaming problem“.
bryan yu

Black screen issue when installing ATI driver in openSUSE 11.1 - 0 views

  •  
    Today, I'm quite busy with looking for a way to install ATI vga driver in openSUSE 11.1 X86_64 correctly that was because something wrong with my machine. When I restart my system after install driver it just goes to black screen. The only way that I can login my system from another machine through ssh protocol. Actually I have never encountered this issue before so i have spent this much time trying to figure it out.
Robert Wallace

kippo - 0 views

  •  
    Kippo is a medium interaction SSH honeypot designed to log brute force attacks and, most importantly, the entire shell interaction performed by the attacker.
gregorlarson

PulseAudio - ArchWiki - 0 views

  • There is no need to add user to audio group, as it uses udev and logind to dynamically give access to the currently "active" user
    • gregorlarson
       
      What if I am a network user (VNC or RDP or SSH)? Does the audio group matter in that case?
yc c

DSL DAMNSMALLLINUX - 0 views

  •  
    requiers 50mb - Light enough to power a 486DX with 16MB of Ram APPS: XMMS (MP3, CD Music, and MPEG), FTP client, FireFox, spreadsheet, Sylpheed email, word-processor (Ted), three editors, graphics editing and viewing , PDF Viewer, file manager, chat, VNCviwer, Rdesktop, SSH/SCP server and client, DHCP client, PPP, PPPoE (ADSL), a web server, calculator, NFS, Fluxbox and JWM window managers, games, system monitoring apps, a host of command line tools, USB support, and pcmcia support, some wireless support
gregorlarson

sshd w/key to root fails as service, works by hand - FedoraForum.org - 0 views

  • chcon -R -t ssh_home_t /root/.ssh
    • gregorlarson
       
      Yes, but how could I have avoided this problem  in the first place?
  •  
    selinux sshd authorized_keys chcon see also ls -Z
1 - 13 of 13
Showing 20 items per page