Flux rss

Log in remotely with SSH (Linux)

Published by jad05, last update on Sunday October 5, 2008 10:27:59 AM by jad05

Log in remotely with SSH (Linux)






The commands below are relevant only if you have an existing account on the PC you want to connect and that a SSH server is installed.

When using Linux the syntax is quite simple as the client part is already set in for most versions

Type the following command in any terminal (interface):

ssh login:password@the pc I want to get connected to

or

login@(the pc I want to get connected to )

If the client accepts the connection, you will immediately be prompted to enter the password.

To login in graphical mode(using X server) –you must use the –X option.

Using SSH through a proxy:

First have the proxy pack installed.

sudo aptitude install proxy-connect

modify the/etc/ssh/ssh_config file to allow the use of SSHthrough the proxy:

sudo echo 'ProxyCommand /usr/bin/connect-proxy -4 -S myproxy.domain.com:port %h %p' >> /etc/ssh/ssh_config

Note:

Be sure to replace myproxy.domain.com ant the port by the name of your proxy and the port number.
Vi/Vim - Avoid tabs when making a copy/paste [VI/VIM] Avoid tabs when making a copy/paste By default, when you make a copy and paste in vi or vim (through an remote SSH session), it adds incremented tabs at each line. To solve this problem,simply type: set paste in the window or add the... en.kioskea.net/faq/sujet-981-vi-vim-avoid-tabs-when-making-a-copy-paste
Log in remotely with SSH (Windows) Log in remotely with SSH (Windows) Unlike Linux, the SSH client isn’t endemic to Windows OS. First of all you must have one installed. Solutions: Click on the following link: http://en.kioskea.net/telecharger/logiciel 36 telnet... en.kioskea.net/faq/sujet-605-log-in-remotely-with-ssh-windows
Remote desktop connection won't work Hello,i'm trying to connect to my other computer by remote desktop connection from my laptop. my other computer has windows xp media center addition and my laptop has windows vista home basic addition.i can view my other computer's shared... en.kioskea.net/forum/affich-29611-remote-desktop-connection-won-t-work
Installing WebminInstalling WebMin Intro Installation Login Monitoring your system: Using the firewall utility: Intro Webmin allows you to remotely manage and administer a Linux based machine from a simple browser. Here are the instructions to... en.kioskea.net/faq/sujet-783-installing-webmin
File transfer via SSHSSH - Secure SHell SSH allows the use of pipelines controls, and use inputs / outputs pipes as any other commands , on the basis that redirection is done to or from the remote machine. This may be used to transfer files: ssh server... en.kioskea.net/faq/sujet-794-file-transfer-via-ssh
Hiding a file or directory under LinuxHiding a file or directory under Linux To hide a file or directory in Linux, just have its name be preceded by a period (.). For example: . bash_history . bash_profile . ssh Note that by doing so you are not really hiding the... en.kioskea.net/faq/sujet-812-hiding-a-file-or-directory-under-linux
Linux domain controller?Hello, I am hopefully getting some old PCs from uni and I am trying to learn how to set up a network using a domain controller and having client computers logging onto the domain controller. I have had a look around on the net and everybody seems to... en.kioskea.net/forum/affich-14428-linux-domain-controller
Can't open hotmail in FirefoxHI, I can't open Hotmail in firefox 3.01. I have been trying all the web advice for a couple of months. I have entered hotmail and all the possibilities (i.e.: https://login.live.com) in Exceptions: Allow in for cookies, pop-ups etc. I have also... en.kioskea.net/forum/affich-25184-can-t-open-hotmail-in-firefox
Firefox 3 doesn't load the HOTMAIL web siteHello, I have just installed Firefox 3 on my system (XP - Professional), but it doesn't load / open the hotmail account at all, and says "Server not found". But on the otherhand IE7 is working fine. Plz help me ASAP. Thanks Anees en.kioskea.net/forum/affich-23734-firefox-3-doesn-t-load-the-hotmail-web-site
Download LogMeIn Free LogMeIn Free is a program which allows to control a remote computer. It uses a reassured footbridge SSL to make easier the access to any computer. By using LogMeIn Free, which is therefore free, be benefit of: security multi-touches by protecting... en.kioskea.net/telecharger/telecharger-277-logmein-free
Download SSH Secure ShellSSH secure shell for workstations is a flexible client SSH allowing to connect in a secured way to remote applications. http://www.commentcamarche.net/faq/images/NHc6wz5jOYBhPXTis.png en.kioskea.net/telecharger/telecharger-1423-ssh-secure-shell
Download Driver Harmony 1000 Advanced Universal RemoteHere is for you, the new universal remote control produced by Logitech. Offering of numerous of available functions, this remote control will enrapture every user of computer equipment. If this remote control interests you, you will be led to need the... en.kioskea.net/telecharger/telecharger-976-driver-harmony-1000-advanced-universal-remote
Linux - Introduction This entirely free operating system is the brainchild of Linus B.Torvalds. At the beginning of the 90s, Torvalds wanted to create his own operating system for his graduate project. Linus Torvalds intended to develop a version of UNIX which could be... en.kioskea.net/linux/linintro.php3
Linux - Installation The RedHat distribution is currently one of the most popular distributions, considering that the installation procedure is very simple. As a matter of fact, this procedure simply asks you to choose from a list of main peripheral devices as well as... en.kioskea.net/linux/lininst.php3
Linux - Tricks To mount a CD-ROM drive under Linux, log in as the system administrator, i.e. with the login "root". It is then sufficient to mount the drive, i.e. to "capture" the content of the CD-ROM drive in a directory (most of the time /mnt/cdrom/) by typing... en.kioskea.net/linux/linast.php3