5.7 KiB
5.7 KiB
created, type, updated
created | type | updated |
---|---|---|
2024-01-06T01:25:36.042Z | topic | 2024-07-23T14:08:10.694Z |
Putty
# https://linuxtut.com/en/af61a2593f4ed1d4085c/
"C:/Program Files (x86)/PuTTY/pscp.exe" "D:/Tmp/phares/VSCode Install/012/aee52551e25d98391f9064996196cd83a9fc8669/vscode-server-linux-x64.tar.gz" unity5@unity5:/tmp
sudo apt install putty-tools
chmod 775 /srv/samba/share/history/2020_12_14_bash_history.txt
pscp unity4@192.168.0.73:/srv/samba/share/history/2020_12_14_bash_history.txt c:/Tmp/Phares/2020_12_14_bash_history.txt
pscp D:/Tmp/phares/ag/vsts-agent-linux-x64-2.210.1.tar.gz unity4@unity4:/home/unity4/vsts-agent-linux-x64-2.210.1.tar.gz
pscp -i "C:\Users\phares\.ssh\id_ed25519.ppk" mikep@192.168.11.16:D:/7-Question/638072366498023363.iso "D:/7-Question/638072366498023363.iso"
pscp D:/5-Other-Small/Kanban-mestsa003/Other.iso root@192.168.11.12:/home/.
pscp L:/Git/Linux-Ubuntu-Server/etc/nginx/sites-available/default root@192.168.11.2:/etc/nginx/sites-available/default
pscp L:/Git/Linux-Ubuntu-Server/etc/nginx/sites-available/default root@free.file.sync.root:/etc/nginx/sites-available/default
regedit /e "%USERPROFILE%\Desktop\putty-sessions.reg" HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions
"HostName"="192.168.0.54""PublicKeyFile"="C:/Users/phares/.ssh/id_ed25519.ppk"|WinSCP%20temporary%20session
"HostName"="192.168.5.1""PublicKeyFile"=""|root@192.168.5.1
"HostName"="admin@192.168.11.1""PublicKeyFile"=""|admin@192.168.11.1
"HostName"="asus@asus.laptop""PublicKeyFile"="C:/Users/phares/.ssh/id_ed25519.ppk"|asus@asus.laptops
"HostName"="metrologysvc@meslvec0004.mes.infineon.com""PublicKeyFile"="C:/Users/phares/.ssh/id_ed25519.ppk"|metrologysvc@meslvec0004.mes.infineon.com
"HostName"="metrologysvc@meslvec0005.mes.infineon.com""PublicKeyFile"=""|metrologysvc@meslvec0005.mes.infineon.com
"HostName"="mike@192.168.0.41""PublicKeyFile"="C:/Users/phares/.ssh/id_ed25519.ppk"|mike@192.168.0.41
"HostName"="mike@192.168.11.2""PublicKeyFile"="C:/Users/phares/.ssh/id_ed25519.ppk"|Mike@server
"HostName"="mikep@192.168.11.16""PublicKeyFile"="C:/Users/phares/.ssh/id_ed25519.ppk"|mikep@192.168.11.16
"HostName"="phares@auclv0558.auc.infineon.com""PublicKeyFile"=""|phares@auclv0558.auc.infineon.com
"HostName"="phares@leolsec0004.leo.infineon.com""PublicKeyFile"="C:/Users/phares/.ssh/id_ed25519.ppk"|phares@leolsec0004.leo.infineon.com
"HostName"="phares@mesxs015.mes.infineon.com""PublicKeyFile"=""|phares@mesxs015.mes.infineon.com
"HostName"="pi3@music3757.ddns.net""PublicKeyFile"="C:/Users/phares/.ssh/id_ed25519.ppk"|pi3@music3757.ddns.net
"HostName"="tibco@leolsec0003.leo.infineon.com""PublicKeyFile"="C:/Users/phares/.ssh/id_ed25519.ppk"|tibco@leolsec0003.leo.infineon.com
"HostName"="tibco@leolsec0004.leo.infineon.com""PublicKeyFile"="C:/Users/phares/.ssh/id_ed25519.ppk"|tibco@leolsec0004.leo.infineon.com
"HostName"="tibco@leolsec0005.leo.infineon.com""PublicKeyFile"="C:/Users/phares/.ssh/id_ed25519.ppk"|tibco@leolsec0005.leo.infineon.com
"HostName"="tibco@mesxsec013.mes.infineon.com""PublicKeyFile"=""|tibco@mesxsec013.mes.infineon.com
"HostName"="tibco@mesxsec014.mes.infineon.com""PublicKeyFile"=""|tibco@mesxsec014.mes.infineon.com
"HostName"="tibco@tibrvd.mes.infineon.com""PublicKeyFile"=""|tibco@tibrvd.mes.infineon.com
"HostName"="unity4@unity4""PublicKeyFile"="C:/Users/phares/.ssh/id_ed25519.ppk"|unity4@unity4
"HostName"="unity5@unity5""PublicKeyFile"="C:/Users/phares/.ssh/id_ed25519.ppk"|unity5@unity5
start "admin@192.168.11.1" putty.exe admin@192.168.11.1:22 -ssh&
start "asus@asus.laptops" putty.exe asus@asus.laptop:22 -ssh -i C:/Users/phares/.ssh/id_ed25519.ppk&
start "metrologysvc@meslvec0004.mes.infineon.com" putty.exe metrologysvc@meslvec0004.mes.infineon.com:22 -ssh -i C:/Users/phares/.ssh/id_ed25519.ppk&
start "metrologysvc@meslvec0005.mes.infineon.com" putty.exe metrologysvc@meslvec0005.mes.infineon.com:22 -ssh&
start "mike@192.168.0.41" putty.exe mike@192.168.0.41:22 -ssh -i C:/Users/phares/.ssh/id_ed25519.ppk&
start "mike@server" putty.exe mike@192.168.11.2:22 -ssh -i C:/Users/phares/.ssh/id_ed25519.ppk&
start "mikep@192.168.11.16" putty.exe mikep@192.168.11.16:22 -ssh -i C:/Users/phares/.ssh/id_ed25519.ppk&
start "phares@auclv0558.auc.infineon.com" putty.exe phares@auclv0558.auc.infineon.com:22 -ssh&
start "phares@leolsec0004.leo.infineon.com" putty.exe phares@leolsec0004.leo.infineon.com:22 -ssh -i C:/Users/phares/.ssh/id_ed25519.ppk&
start "phares@mesxs015.mes.infineon.com" putty.exe phares@mesxs015.mes.infineon.com:22 -ssh&
start "pi3@music3757.ddns.net" putty.exe pi3@music3757.ddns.net:22 -ssh -i C:/Users/phares/.ssh/id_ed25519.ppk&
start "root@192.168.5.1" putty.exe 192.168.5.1:22 -ssh&
start "root@free.file.sync.root" putty.exe free.file.sync.root:22 -ssh -i C:/Users/phares/.ssh/id_ed25519.ppk&
start "tibco@leolsec0003.leo.infineon.com" putty.exe tibco@leolsec0003.leo.infineon.com:22 -ssh -i C:/Users/phares/.ssh/id_ed25519.ppk&
start "tibco@leolsec0004.leo.infineon.com" putty.exe tibco@leolsec0004.leo.infineon.com:22 -ssh -i C:/Users/phares/.ssh/id_ed25519.ppk&
start "tibco@leolsec0005.leo.infineon.com" putty.exe tibco@leolsec0005.leo.infineon.com:22 -ssh -i C:/Users/phares/.ssh/id_ed25519.ppk&
start "tibco@mesxsec013.mes.infineon.com" putty.exe tibco@mesxsec013.mes.infineon.com:22 -ssh&
start "tibco@mesxsec014.mes.infineon.com" putty.exe tibco@mesxsec014.mes.infineon.com:22 -ssh&
start "tibco@tibrvd.mes.infineon.com" putty.exe tibco@tibrvd.mes.infineon.com:22 -ssh&
start "unity4@unity4" putty.exe unity4@unity4:22 -ssh -i C:/Users/phares/.ssh/id_ed25519.ppk&
start "unity5@unity5" putty.exe unity5@unity5:22 -ssh -i C:/Users/phares/.ssh/id_ed25519.ppk&
start "winSCP%20temporary%20session" putty.exe 192.168.0.54:22 -ssh -i C:/Users/phares/.ssh/id_ed25519.ppk&