SSH

Forum discussion tagged with SSH.
  1. K

    How SSH work

    Hi I want to verify my understanding about SSH . SSH process steps begin -exchange public key in order to use for authencity in DH key exchange process (at this point I want to know how it give authenticity in detail) -DH key exchange process.From this step, it get secret key and exchange key...
  2. R

    Laptop to desktop

    Hi everyone, I have a 3 year old Lenovo U430P Intel i7-4500U. It's still working well, but the performance and battery life is not as good as i would like it to be. (i do a lot of graphic intensive work and work on the go a lot) I have a new PC coming in so i want to turn this laptop into a...
  3. K

    Acer vs Asus vs Lenovo

    I've been looking for a laptop, basically for moths now. And finally found something which looks promising. The main problem is that I cannot decide which one is better; the main purpose of the laptop will be work related for compiling chunks of code, while running virtual machines in parallel...
  4. L

    SSH Script to Pull File from Server

    Hello All, To start off I created a PowerShell script that worked wonderful for pulling the weekly .csv file from the server and deleting it afterwards. This was done on our QA server. Here's the code: $File = "c:\wp test\$(get-date -f yyyy-MM-dd).csv" $ftp =...
  5. D

    SSH Batch

    Hello, I am trying to batch a reset of a router. I use putty to login with a SSH session and type reset. I have attempted to use Plink. I can launch the session however I cannot figure out how to pass the reset command. Any ideas appreciated! (sorry if posted to the incorrect category)