User Tools

Site Tools


wiki:sshsetup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:sshsetup [2021/08/03 00:58] – created guidebeaconwiki:sshsetup [2021/08/03 03:15] (current) guidebeacon
Line 2: Line 2:
  
 These steps are to set up an ssh client These steps are to set up an ssh client
- 
- so tom can have a simple desktop shortcut to cause the database to sync from production to dev. 
  
 These steps assume the IP you are connecting from is allowed to connect to the server in the first place. These steps assume the IP you are connecting from is allowed to connect to the server in the first place.
 +
 +All steps assume dev.beacontechnology.com the same steps can be repeated for cpanel.beacontechnology.com
  
 ===== General Setup ===== ===== General Setup =====
Line 23: Line 23:
   - Where it says Saved Sessions, enter a name to know this server by. Using the hostname is fine.   - Where it says Saved Sessions, enter a name to know this server by. Using the hostname is fine.
   - Click Save   - Click Save
 +
 +You can now click Open to open the connection
  
 ===== Connecting to a server ===== ===== Connecting to a server =====
Line 28: Line 30:
 To connect to a server, just select a session in the list and click Open. To connect to a server, just select a session in the list and click Open.
  
 +The first time you connect to a server, you will have to click Accept to acknowledge that you recognize the server fingerprint.
  
 ===== Key Based Authentication ===== ===== Key Based Authentication =====
  
-Key Based authentication allowed the user to log in with a key rather than a password. This is more secure and allows unprompted access to the server.+Key Based authentication allows the user to log in with a key rather than a password. This is more secure and allows unprompted access to the server.
  
-When done installing, run the newly installed program "PuTTYgen"+==== Generate SSH Key ====
  
-1. At the bottom of the window, select "ECDSA" 
-2. click generate. 
-3. move the mouse around until it is done. 
-4. Where it says "Key comment:" paste in "dev.beacontechnology.com" without quotes 
-5. click save private key. Select yes without a password. 
-6. Where it says "File name" paste without quotes "%UserProfile%\dev.beacontechnology.com.ppk" 
-7. Click Save 
-8. In the big box where it says "Public key for pasting into..." Copy everything in that box and email it to us. (click in the big box, then press control+a to copy all then press control+c to copy) 
-9. You can now close this window 
  
-When we get the key, we will install it into the file located at: "/home/tom/.ssh/authorized_keys"+Open ''PuTTYgen'' 
 + 
 +  - At the bottom of the window, select "ECDSA" 
 +  - click generate. 
 +  - move the mouse around until it is done. 
 +  - Where it says "Key comment:" paste in "dev.beacontechnology.com" without quotes or whatever server 
 +  - click save private key. Select yes without a password. 
 +  - Where it says "File name" paste without quotes ''%%"%UserProfile%\dev.beacontechnology.com.ppk"%%'' 
 +  - Click Save 
 +  - In the big box where it says "Public key for pasting into..." Copy everything in that box and email it to us. (click in the big box, then press control+a to copy all then press control+c to copy) 
 +  - You can now close this window 
 + 
 +When we get the key, we will install it into the file located at: ''$HOME/.ssh/authorized_keys''
 This will permit anyone with the matching private key to log in. This will permit anyone with the matching private key to log in.
  
-After that is done, we need to create the shortcut to sync the databases.+==== SSH Login Shortcut ====
  
-1. On an empty space on the desktop, right click New > Shortcut +Right click on desktop in empty space, and click New > Shortcut 
-2. Type the location of the item:+ 
 +Paste in: 
 + 
 +<code> 
 +pageant.exe "%UserProfile%\dev.beacontechnology.com.ppk" -c putty.exe tom@dev.beacontechnology.com 
 +</code> 
 + 
 +Next 
 + 
 +Name: ''SSH Dev Beacon'' 
 + 
 +Finish 
 + 
 + 
 +==== BeaconSync Shortcut ==== 
 + 
 + 
 +On an empty space on the desktop, right click New > Shortcut 
 + 
 +Type the location of the item: 
 + 
 +<code>
 pageant.exe "%UserProfile%\dev.beacontechnology.com.ppk" -c plink.exe -ssh -batch tom@dev.beacontechnology.com "sudo /root/scripts/beaconsync.sh" pageant.exe "%UserProfile%\dev.beacontechnology.com.ppk" -c plink.exe -ssh -batch tom@dev.beacontechnology.com "sudo /root/scripts/beaconsync.sh"
-3. Click next +</code> 
-4. Type a Name for this shortcut: BeaconSync + 
-5. Finish+Click next 
 + 
 +Type a Name for this shortcut: ''BeaconSync'' 
 + 
 +Finish
  
 You can now just open this shortcut to sync the databases You can now just open this shortcut to sync the databases
wiki/sshsetup.1627952332.txt.gz · Last modified: 2021/08/03 00:58 by guidebeacon

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki