Am I correct in saying that if I find the IP address of my laptop I can simply:
ssh "IP address" and that will connect me?
I hate to say that, but: no. You see, "ssh" (secure shell) is a client-server type of service. When you use "putty" (or any similar software) you run a client, which relies on the server-part on the remote system. If you now would try to
you would invoke the client on the remote system ("ssh") and this would try to connect to a server on your laptop. Chances are, your laptop is not running such a service. If this service is indeed running, this would work perfectly, as you have expected, but Windoze being Windoze it is highly unlikely.
What you can do to transfer files (both ways, actually) is to install "WinSCP", which uses the same secure-mode transfer as "ssh". It has a two-window interface where you can transfer files simply by drag-and-drop.
Typical PuTTY install on the PC comes with the executable psftp.exe and if you double click on that, then "open <hostname>" you can ftp to/from your PC from/to <hostname>.
Type "help" at the psftp prompt to see the available commands.
Hi,
We have one server originally named <SERVERA>.
Now we plan to put another network card & add another hostname <SERVERB>. Later, we will need to change hostname from <SERVERB> to <SERVERC>.
I know that we need to plumb a new ip & add to /etc/hosts & /etc/hostname.<interface>. Is there... (2 Replies)
Hi All,
So we added a new HP-UX 11.31 machine. Copied OS via Ignite-UX (DVD)over from this machine called machine_a. It was supposed to be named machine_c. And it is when you log in...however when I'm in the ILO console before logging in, it says:
It should say:
What gives? And how do... (4 Replies)
Hi,
I am using hostname environment variable in my shell script to print the host name but it's printing nothing.Can you please help me on this.
Please find the part of the code pasted here:
llist=
llist=$(ps -ef | grep -v grep | grep -c "$1")
echo "Hostname is ${hostname}" (7 Replies)
Hi All,
My current setup is:
1x Windows Server (Windows 2000 server)
1x Unix Server
2x Windows machine
3x Unix Terminals (Hostnames = A, B and C)
Problem
The problem iam having is Unix terminal C cannot be ping across by Unix terminal A or B or Unix server by using the hostname. Unix... (1 Reply)
Hello,
I am new to Solaris.
I am using stand alone Solaris 10.0 for test/study purpose and connecting to internet via an ADSL modem which has DHCP server. My Solaris is working on VMWare within winXP. My WinXP and Solaris connects to internet by the same ADSL modem via its DHCP at the same... (1 Reply)
Hello to all,
Does anyone have a clue for the following problem?
When I enter into a terminal console window logged as axadmin user, what I find in the prompt is: “axadmin@sunhost$”.
But, when I switch to root user, with the command “su -“ and enter the correct password, user root is... (4 Replies)
Using Solaris 8 (or WINXP).
I am trying to look up a specific DNS hostname, but I don't know which DNS server houses that entry. How can I find the hostname?
nslookup gives me the following:
C:\>nslookup hostname
Server: dnsserver
Address: x.x.x.x
*** dnsserver can't find hostname:... (2 Replies)
Hello,
I am installing redhat linux 6.2 on an intel based system. Whether i want to know any naming conventions should i follow.
ie Any convention to follow to name a linux machine(To give hostname). Simillarly for domain name also. Please suggest in this regard (1 Reply)